Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.29 KB

Bite.md

File metadata and controls

29 lines (24 loc) · 1.29 KB

mosquito_alert.model.Bite

Load the model package

import 'package:mosquito_alert/api.dart';

Properties

Name Type Description Notes
uuid String
shortId String
userUuid String
createdAt DateTime
createdAtLocal DateTime The date and time when the record was created, displayed in the local timezone specified for this entry.
sentAt DateTime
receivedAt DateTime
updatedAt DateTime Date and time when the report was last modified
location Location
note String Note user attached to report. [optional]
tags BuiltList<String> [optional]
published bool
eventEnvironment String The environment where the event took place. [optional]
eventMoment String The moment of the day when the event took place. [optional]
counts BiteCounts

[Back to Model list] [Back to API list] [Back to README]