StorageManagedStateLoadResult constructor
const
StorageManagedStateLoadResult({})
Creates a result of loading and migrating the managed state.
Implementation
const StorageManagedStateLoadResult({
required this.state,
required this.downloadUrlSecret,
required this.secretsChanged,
required this.stateChanged,
});