DocumentAirport class
Constructors
- DocumentAirport({required String type, required String code3, required String name, required String? country})
-
DocumentAirport.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? type, String? code3, String? name, String? country}) → DocumentAirport -
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited