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