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({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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited