StorageSaveFailure constructor Null safety

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

Implementation

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