NodeConfigStatus constructor
const
NodeConfigStatus({
- NodeConfigSource? active,
- NodeConfigSource? assigned,
- String? error,
- NodeConfigSource? lastKnownGood,
Default constructor.
Implementation
const NodeConfigStatus({
this.active,
this.assigned,
this.error,
this.lastKnownGood,
});