recordedAt property
dynamic
recordedAt
getter/setter pair
Timestamp when the SDK received the location from the native API.
- When
PersistenceConfig.timestampFormatis"iso"(default): ISO-8601 UTCString. - When
PersistenceConfig.timestampFormatis"epoch": epoch millisecondsint.
Implementation
late dynamic recordedAt;