storage property
Storage
get
storage
Implementation
static Storage get storage {
if (_storage == null) throw const StorageNotFound();
return _storage!;
}
static Storage get storage {
if (_storage == null) throw const StorageNotFound();
return _storage!;
}