SendVerifyOTPRequest class

Represents a request to send and verify an OTP (One-Time Password).

Constructors

SendVerifyOTPRequest({required String number, required String otp, required String service})
Creates a new instance of SendVerifyOTPRequest.

Properties

hashCode int
The hash code for this object.
no setterinherited
number String
The phone number for which the OTP is sent.
getter/setter pair
otp String
The OTP (One-Time Password) to be verified.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String
The service or context for which the OTP is being sent and verified.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, String>
Converts the SendVerifyOTPRequest instance to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited