Query$challenge$challenge$winners$user$phone.fromJson constructor
Query$challenge$challenge$winners$user$phone.fromJson(
- Map<String, dynamic> json
)
Implementation
factory Query$challenge$challenge$winners$user$phone.fromJson(
Map<String, dynamic> json) {
final l$number = json['number'];
final l$isValid = json['isValid'];
final l$countryCode = json['countryCode'];
final l$validationNumber = json['validationNumber'];
return Query$challenge$challenge$winners$user$phone(
number: (l$number as String?),
isValid: (l$isValid as bool?),
countryCode: (l$countryCode as String?),
validationNumber: (l$validationNumber as int?),
);
}