SMSChannelRequest class
Specifies the status and settings of the SMS channel for an application.
Constructors
- SMSChannelRequest({bool? enabled, String? senderId, String? shortCode})
Properties
- enabled → bool?
-
Specifies whether to enable the SMS channel for the application.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senderId → String?
-
The identity that you want to display on recipients' devices when they
receive messages from the SMS channel.
final
- shortCode → String?
-
The registered short code that you want to use when you send messages
through the SMS channel.
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.
inherited