timestamp property

dynamic timestamp
getter/setter pair

Timestamp provided by the native location API.

  • When PersistenceConfig.timestampFormat is "iso" (default): ISO-8601 UTC String (eg "2018-01-01T12:00:01.123Z").
  • When PersistenceConfig.timestampFormat is "epoch": epoch milliseconds int.

Implementation

late dynamic timestamp;