startedAtMs property

  1. @JsonKey.new(includeIfNull: true, name: 'started_at_ms')
int? startedAtMs
final

Session start Unix timestamp in milliseconds

Implementation

@JsonKey(includeIfNull: true, name: 'started_at_ms')
final int? startedAtMs;