recordedAt property

dynamic recordedAt
getter/setter pair

Timestamp when the SDK received the location from the native API.

  • When PersistenceConfig.timestampFormat is "iso" (default): ISO-8601 UTC String.
  • When PersistenceConfig.timestampFormat is "epoch": epoch milliseconds int.

Implementation

late dynamic recordedAt;