SendSmsResponse class

Represents the response received after sending an SMS (Short Message Service).

Constructors

SendSmsResponse({required String message, required String smsID, required int totalSms, required int totalCaracteres, required List<String> invalidNumber})
Creates a new instance of SendSmsResponse.
SendSmsResponse.fromJson(Map<String, dynamic> json)
Creates a SendSmsResponse instance from a JSON map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
invalidNumber List<String>
The list of invalid phone numbers to which the SMS could not be sent.
getter/setter pair
message String
The message or status of the response.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smsID String
The ID associated with the sent SMS.
getter/setter pair
totalCaracteres int
The total number of characters in the SMS.
getter/setter pair
totalSms int
The total number of SMS sent.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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