import 'package:cw_core/wallet_type.dart'; class WalletDescription { WalletDescription({this.name, this.type}); final String name; final WalletType type; }