DbWallet constructor
DbWallet({})
Implementation
DbWallet({
required this.id,
required this.type,
required this.supportedUnits,
required this.name,
required this.metadataJsonString,
});
DbWallet({
required this.id,
required this.type,
required this.supportedUnits,
required this.name,
required this.metadataJsonString,
});