WalletCreationException constructor

WalletCreationException({
  1. required String message,
})

Implementation

WalletCreationException({required this.message});