TronRequestExchangeCreate constructor
TronRequestExchangeCreate({})
Implementation
TronRequestExchangeCreate(
{required this.ownerAddress,
required this.firstTokenId,
required this.firstTokenBalance,
required this.secondTokenId,
required this.secondTokenBalance,
this.permissionId,
this.visible = true});