NoWalletException constructor

NoWalletException({
  1. String errMsg = 'The wallet does not exist',
})

Implementation

NoWalletException({this.errMsg = 'The wallet does not exist'});