ThirdPartyWalletException constructor
ThirdPartyWalletException(
- String message, [
- dynamic error,
- dynamic stackTrace
Implementation
ThirdPartyWalletException(
this.message, [
this.error,
this.stackTrace,
]) : super();