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