Airport class
Constructors
- Airport({String? id, String? ident, String? type, String? name, double? latitudeDeg, double? longitudeDeg, int? elevationFt, String? continent, String? isoCountry, String? isoRegion, String? municipality, String? gpsCode, String? iataCode, String? localCode})
-
Airport.fromJson(Map<
String, dynamic> json) -
factory
Properties
- continent ↔ String?
-
getter/setter pair
- elevationFt ↔ int?
-
getter/setter pair
- gpsCode ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iataCode ↔ String?
-
getter/setter pair
- id ↔ String?
-
getter/setter pair
- ident ↔ String?
-
getter/setter pair
- isoCountry ↔ String?
-
getter/setter pair
- isoRegion ↔ String?
-
getter/setter pair
- latitudeDeg ↔ double?
-
getter/setter pair
- localCode ↔ String?
-
getter/setter pair
- longitudeDeg ↔ double?
-
getter/setter pair
- municipality ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited