StorageRemoveFailure constructor Null safety

const StorageRemoveFailure(
  1. [String message = 'The value could not be removed.']
)

Implementation

const StorageRemoveFailure([
  this.message = 'The value could not be removed.',
]);