const factory TokenBalance({ /// token: address of the token String? address, /// Amount: amount of token int? amount, /// Token ID: ID of the token int? tokenId, }) = _TokenBalance;