TextMessageParams class
Represents the parameters for a text message.
This class holds the text content of a message. It is designed to encapsulate the data required to send or manipulate text messages within the application.
Properties: messageText - The text content of the message.
Constructors: TextMessageParams - Initializes a new instance of the TextMessageParams class with the required text content.
- Available extensions
Constructors
- TextMessageParams({required String messageText})
- Initializes a new instance of the TextMessageParams class.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageText ↔ String
-
The text content of the message.
getter/setter pair
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited