toJson method
Implementation
Map<String, dynamic> toJson() => {
'fungible_info': fungibleInfo?.toJson(),
'nft_info': nftInfo?.toJson(),
'direction': direction,
'quantity': quantity?.toJson(),
'value': value,
'price': price,
};