timestamp property
dynamic
timestamp
getter/setter pair
Timestamp provided by the native location API.
- When
PersistenceConfig.timestampFormatis"iso"(default): ISO-8601 UTCString(eg"2018-01-01T12:00:01.123Z"). - When
PersistenceConfig.timestampFormatis"epoch": epoch millisecondsint.
Implementation
late dynamic timestamp;