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