Country class

Constructors

Country({String? iso, String? name, String? printableName, String? iso3, int? numcode, int? available, int? phoneAvailable, int? eventAvailable, int? missionAvailable, String? phoneCode})
Country.fromJson(Map<String, dynamic> json)

Properties

available int?
getter/setter pair
eventAvailable int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iso String?
getter/setter pair
iso3 String?
getter/setter pair
missionAvailable int?
getter/setter pair
name String?
getter/setter pair
numcode int?
getter/setter pair
phoneAvailable int?
getter/setter pair
phoneCode String?
getter/setter pair
printableName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? iso, String? name, String? printableName, String? iso3, int? numcode, int? available, int? phoneAvailable, int? eventAvailable, int? missionAvailable, String? phoneCode}) Country
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