StoreRefusal constructor
const
StoreRefusal(
- String message
Refuses with a human-readable message (names the root + the invariant).
Implementation
const StoreRefusal(this.message);
Refuses with a human-readable message (names the root + the invariant).
const StoreRefusal(this.message);