CountryCodeModel class
- Annotations
-
- @JsonSerializable()
Constructors
- CountryCodeModel({required String name, required String dial_code, required String code})
-
CountryCodeModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
fromJson(
Map< String, dynamic> json) → CountryCodeModel -
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.
inherited