WalletInfo constructor

WalletInfo({
  1. int? id,
  2. String? walletUniqueId,
  3. int? lastUpdateLoadAt,
  4. int? lastUpdateDebitAt,
  5. double? totalTipsQuantity,
  6. double? totalOowooTokenQuantity,
})

Implementation

WalletInfo(
    {this.id,
    this.walletUniqueId,
    this.lastUpdateLoadAt,
    this.lastUpdateDebitAt,
    this.totalTipsQuantity,
    this.totalOowooTokenQuantity});