Query$getCountries$getCountries class
- Available extensions
Constructors
- Query$getCountries$getCountries({required String id, required String name, String? code, String? dialCode, String? iconFlag, required DateTime createdAt, required DateTime updatedAt, Query$getCountries$getCountries$flagSquare? flagSquare, Query$getCountries$getCountries$flagWide? flagWide})
-
Query$getCountries$getCountries.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → String?
-
final
-
copyWith
→ CopyWith$Query$getCountries$getCountries<
Query$getCountries$getCountries> -
Available on Query$getCountries$getCountries, provided by the UtilityExtension$Query$getCountries$getCountries extension
no setter - createdAt → DateTime
-
final
- dialCode → String?
-
final
- flagSquare → Query$getCountries$getCountries$flagSquare?
-
final
- flagWide → Query$getCountries$getCountries$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