transitNetwork property
String?
get
transitNetwork
A rail station network identifier that is part of specific local or regional transit systems. Expected to be null for non-transit points of interest.
Implementation
String? get transitNetwork {
return properties["transit_network"] as String?;
}