Wallet constructor
Wallet({})
Returns a new Wallet instance.
Implementation
Wallet({
required this.id,
this.walletType = 'lbwallet',
required this.ownerId,
this.ownerType,
required this.balance,
required this.balanceDate,
this.createdAt,
this.updatedAt,
this.deletedAt,
});