gnssTime property - Location class - core library - Dart API
gnssTime
gnssTime property
getter/setter pair
Optional gnss time at which the location was determined.
It is a time interval from the Unix time epoch in milliseconds.
If it cannot be determined, the value is null.
Implementation
Duration? gnssTime;