PerInstanceConfig constructor
PerInstanceConfig({
- String? fingerprint,
- String? name,
- PreservedState? preservedState,
- String? status,
Implementation
PerInstanceConfig({
this.fingerprint,
this.name,
this.preservedState,
this.status,
});