Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.9 KB

Bite.md

File metadata and controls

35 lines (30 loc) · 1.9 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]
biteCount int Total number of bites reported.
headBiteCount int Number of bites reported in the head. [optional] [default to 0]
leftArmBiteCount int Number of bites reported in the left arm. [optional] [default to 0]
rightArmBiteCount int Number of bites reported in the right arm. [optional] [default to 0]
chestBiteCount int Number of bites reported in the chest. [optional] [default to 0]
leftLegBiteCount int Number of bites reported in the left leg. [optional] [default to 0]
rightLegBiteCount int Number of bites reported in the right leg. [optional] [default to 0]

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