TronRequestGetDelegatedResource constructor

TronRequestGetDelegatedResource({
  1. required TronAddress fromAddress,
  2. required TronAddress toAddress,
  3. bool visible = true,
})

Implementation

TronRequestGetDelegatedResource(
    {required this.fromAddress,
    required this.toAddress,
    this.visible = true});