Query$quest$quest$questType$wallet$coin$country class

Available extensions

Constructors

Query$quest$quest$questType$wallet$coin$country({required String id, required String name, String? code, String? dialCode, String? iconFlag})
Query$quest$quest$questType$wallet$coin$country.fromJson(Map<String, dynamic> json)
factory

Properties

code String?
final
copyWith CopyWith$Query$quest$quest$questType$wallet$coin$country<Query$quest$quest$questType$wallet$coin$country>

Available on Query$quest$quest$questType$wallet$coin$country, provided by the UtilityExtension$Query$quest$quest$questType$wallet$coin$country extension

no setter
dialCode String?
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

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