Query$user$user$work$city class

Available extensions

Constructors

Query$user$user$work$city({required String id, required String name, String? adminName, Enum$StateCapitalEnum? capital, double? population, String? ascii, double? lat, double? lng, Query$user$user$work$city$country? country, required DateTime createdAt, required DateTime updatedAt, Query$user$user$work$city$flagSquare? flagSquare, Query$user$user$work$city$flagWide? flagWide})
Query$user$user$work$city.fromJson(Map<String, dynamic> json)
factory

Properties

adminName String?
final
ascii String?
final
capital Enum$StateCapitalEnum?
final
copyWith CopyWith$Query$user$user$work$city<Query$user$user$work$city>

Available on Query$user$user$work$city, provided by the UtilityExtension$Query$user$user$work$city extension

no setter
country Query$user$user$work$city$country?
final
createdAt DateTime
final
flagSquare Query$user$user$work$city$flagSquare?
final
flagWide Query$user$user$work$city$flagWide?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
lat double?
final
lng double?
final
name String
final
population double?
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