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

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 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