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({required String key, required List<String> value})
Initializes a new instance of the MetaDataMessageList class.

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The key associated with the metadata.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<String>
The value of the metadata.
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