InsufficientStorage constructor

InsufficientStorage({
  1. String? message,
})

Default or configured message will replaced if the message was present

Implementation

InsufficientStorage({String? message}) {
  _message = message;
}