Configurations class
Broker configuration information
Constructors
-
Configurations({ConfigurationId? current, List<
ConfigurationId> ? history, ConfigurationId? pending}) -
Configurations.fromJson(Map<
String, dynamic> json) -
factory
Properties
- current → ConfigurationId?
-
The current configuration of the broker.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
history
→ List<
ConfigurationId> ? -
The history of configurations applied to the broker.
final
- pending → ConfigurationId?
-
The pending configuration of the broker.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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