SendSmsRequest class

Represents a request to send an SMS (Short Message Service).

Constructors

SendSmsRequest({required List<String> number, required String signature, required String content})
Creates a new instance of SendSmsRequest.

Properties

content String
The content or message body of the SMS.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
number List<String>
The list of phone numbers to which the SMS will be sent.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
The signature or sender information for the SMS.
getter/setter pair

Methods

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

Operators

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