TronRequestGetProposalById constructor

TronRequestGetProposalById({
  1. required int id,
  2. bool? visible,
})

Implementation

TronRequestGetProposalById({required this.id, this.visible});