MemberInfo class
Constructors
-
MemberInfo({required UuidValue uuid, required VNodeState state, required bool isAlive, required EndPoint endPoint, List<
ApiFeature> features = const [], String apiVersion = 'unknown'})
Properties
- apiVersion → String
-
final
- endPoint → EndPoint
-
final
-
features
→ List<
ApiFeature> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isAlive → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → VNodeState
-
final
- uuid → UuidValue
-
final
Methods
-
cloneWith(
{bool? isAlive, UuidValue? uuid, VNodeState? state, EndPoint? endPoint, String? apiVersion, List< ApiFeature> ? features}) → MemberInfo -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override