NodeConfigStatus constructor

const NodeConfigStatus({
  1. NodeConfigSource? active,
  2. NodeConfigSource? assigned,
  3. String? error,
  4. NodeConfigSource? lastKnownGood,
})

The main constructor.

Implementation

const NodeConfigStatus({
  this.active,
  this.assigned,
  this.error,
  this.lastKnownGood,
});