NumberValidateRequest class

Specifies a phone number to validate and retrieve information about.

Constructors

NumberValidateRequest({String? isoCountryCode, String? phoneNumber})

Properties

hashCode int
The hash code for this object.
no setterinherited
isoCountryCode String?
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.
final
phoneNumber String?
The phone number to retrieve information about. The phone number that you provide should include a valid numeric country code. Otherwise, the operation might result in an error.
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.
inherited