PerInstanceConfig constructor

PerInstanceConfig({
  1. String? fingerprint,
  2. String? name,
  3. PreservedState? preservedState,
  4. String? status,
})

Implementation

PerInstanceConfig({
  this.fingerprint,
  this.name,
  this.preservedState,
  this.status,
});