TronRequestGetBlock constructor

TronRequestGetBlock({
  1. required String idOrNum,
  2. bool detail = false,
})

Implementation

TronRequestGetBlock({required this.idOrNum, this.detail = false});