Input$StateInput class

Constructors

Input$StateInput({required String name, required String adminName, required Enum$StateCapitalEnum capital, String? population, required String ascii, required String lat, required String lng, Input$PictureInput? flagSquare, Input$PictureInput? flagWide, String? country})
factory
Input$StateInput.fromJson(Map<String, dynamic> data)
factory

Properties

adminName String
no setter
ascii String
no setter
capital Enum$StateCapitalEnum
no setter
copyWith CopyWith$Input$StateInput<Input$StateInput>
no setter
country String?
no setter
flagSquare Input$PictureInput?
no setter
flagWide Input$PictureInput?
no setter
hashCode int
The hash code for this object.
no setteroverride
lat String
no setter
lng String
no setter
name String
no setter
population String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override