TopicMetaData class
Represents metadata associated with a topic.
This class holds key-value pairs representing specific metadata about a topic, such as its name or description.
- Available extensions
Constructors
- TopicMetaData.new({required String key, required String value})
- Initializes a new instance of the TopicMetaData class.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
Available on TopicMetaData, provided by the ExtractTopicData extension
Converts a TopicMetaData instance to a map. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited