activeFrom property
int?
get
activeFrom
Get the time (epoch) the location is active from
Implementation
int? get activeFrom => _properties?.activeFrom;
Get the time (epoch) the location is active from
int? get activeFrom => _properties?.activeFrom;