WalletError.accountError constructor
const
WalletError.accountError({
- required String message,
- dynamic exception,
- StackTrace? stackTrace,
Implementation
const factory WalletError.accountError({
required String message,
dynamic exception,
StackTrace? stackTrace,
}) = AccountError;