Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 851 Bytes

Fix.md

File metadata and controls

20 lines (15 loc) · 851 Bytes

mosquito_alert.model.Fix

Load the model package

import 'package:mosquito_alert/api.dart';

Properties

Name Type Description Notes
coverageUuid String
createdAt DateTime
sentAt DateTime
receivedAt DateTime Date and time registered by server when it received fix upload. Automatically generated by server.
point FixLocation
power double Power level of phone at time fix recorded, expressed as proportion of full charge. Range: 0-1. [optional]

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