abstract class WalletCredentials { WalletCredentials({this.name, this.password}); final String name; String password; }