airportRef property
A short identifier code of the airport. Expected to be null for non-airport points of interest
Implementation
String? get airportRef {
return properties["airport_ref"] as String?;
}
A short identifier code of the airport. Expected to be null for non-airport points of interest
String? get airportRef {
return properties["airport_ref"] as String?;
}