TronRequestGetDelegatedResource constructor
TronRequestGetDelegatedResource({
- required TronAddress fromAddress,
- required TronAddress toAddress,
- bool visible = true,
Implementation
TronRequestGetDelegatedResource(
{required this.fromAddress,
required this.toAddress,
this.visible = true});