Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.61 KB

BreedingSite.md

File metadata and controls

32 lines (27 loc) · 1.61 KB

mosquito_alert.model.BreedingSite

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
photos BuiltList<SimplePhoto>
siteType String Breeding site type. [optional]
hasWater bool Either if the user perceived water in the breeding site. [optional]
inPublicArea bool Either if the breeding site is found in a public area. [optional]
hasNearMosquitoes bool Either if the user perceived mosquitoes near the breeding site (less than 10 meters). [optional]
hasLarvae bool Either if the user perceived larvaes the breeding site. [optional]

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