airportRef property

String? get airportRef

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?;
}