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