InsufficientReservesError constructor
InsufficientReservesError([
- Object? message
Creates an assertion error with the provided message.
Implementation
InsufficientReservesError([this.message]);
Creates an assertion error with the provided message.
InsufficientReservesError([this.message]);