Query$challenge$challenge$winners$user$phone class

Available extensions

Constructors

Query$challenge$challenge$winners$user$phone.new({String? number, bool? isValid, String? countryCode, int? validationNumber})
Query$challenge$challenge$winners$user$phone.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith CopyWith$Query$challenge$challenge$winners$user$phone<Query$challenge$challenge$winners$user$phone>

Available on Query$challenge$challenge$winners$user$phone, provided by the UtilityExtension$Query$challenge$challenge$winners$user$phone extension

no setter
countryCode String?
final
hashCode int
The hash code for this object.
no setteroverride
isValid bool?
final
number String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationNumber int?
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