Query$findStatesByCountryPagination$findStatesByCountryPagination$objects class
Constructors
- Query$findStatesByCountryPagination$findStatesByCountryPagination$objects({required String id, required String name, String? adminName, Enum$StateCapitalEnum? capital, String? population, String? ascii, String? lat, String? lng, Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$country? country, required DateTime createdAt, required DateTime updatedAt, Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$flagSquare? flagSquare, Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$flagWide? flagWide})
-
Query$findStatesByCountryPagination$findStatesByCountryPagination$objects.fromJson(Map<
String, dynamic> json) -
factory
Properties
- adminName → String?
-
final
- ascii → String?
-
final
- capital → Enum$StateCapitalEnum?
-
final
-
copyWith
→ CopyWith$Query$findStatesByCountryPagination$findStatesByCountryPagination$objects<
Query$findStatesByCountryPagination$findStatesByCountryPagination$objects> -
Available on Query$findStatesByCountryPagination$findStatesByCountryPagination$objects, provided by the UtilityExtension$Query$findStatesByCountryPagination$findStatesByCountryPagination$objects extension
no setter - country → Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$country?
-
final
- createdAt → DateTime
-
final
- flagSquare → Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$flagSquare?
-
final
- flagWide → Query$findStatesByCountryPagination$findStatesByCountryPagination$objects$flagWide?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- lat → String?
-
final
- lng → String?
-
final
- name → String
-
final
- population → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → DateTime
-
final
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