LxdInstanceState class

Constructors

LxdInstanceState({required Map<String, LxdNetworkState> network, required int pid, required String status, required int statusCode})

Properties

hashCode int
The hash code for this object.
no setteroverride
network Map<String, LxdNetworkState>
final
pid int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final
statusCode int
final

Methods

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