Query$user$user$education$city$country class

Available extensions

Constructors

Query$user$user$education$city$country({required String id, required String name, String? code, String? dialCode, String? iconFlag, required DateTime createdAt, required DateTime updatedAt, Query$user$user$education$city$country$flagSquare? flagSquare, Query$user$user$education$city$country$flagWide? flagWide})
Query$user$user$education$city$country.fromJson(Map<String, dynamic> json)
factory

Properties

code String?
final
copyWith CopyWith$Query$user$user$education$city$country<Query$user$user$education$city$country>

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

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