Wallet constructor

Wallet({
  1. Balance? balance,
  2. String? currency,
})

Implementation

Wallet({this.balance, this.currency});