MetaDataMessageList class
Represents a list of metadata associated with messages.
This class holds a key-value pair where the key identifies the metadata, and the value is a list of strings representing message-related data.
- Available extensions
Constructors
-
MetaDataMessageList.new({required String key, required List<
String> value}) - Initializes a new instance of the MetaDataMessageList class.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
Available on MetaDataMessageList, provided by the MetaDataMessageListToMap extension
Converts a MetaDataMessageList instance to a map. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited