UWalletJson constructor

UWalletJson({
  1. bool allowMinusBalance = false,
  2. String? detail1,
  3. String? detail2,
})

Implementation

UWalletJson({
  this.allowMinusBalance = false,
  this.detail1,
  this.detail2,
});