WalletOptionsChoice constructor

WalletOptionsChoice({
  1. int? id,
  2. String? name,
  3. String? image,
  4. int? type,
})

Implementation

WalletOptionsChoice({
  this.id,
  this.name,
  this.image,
  this.type,
});