toData method

Implementation

AggregateExchangeRatePrevoteCommonArgs toData() {
  return AggregateExchangeRatePrevoteCommonArgs()
    ..submit_block = submit_block.toString()
    ..hash = hash
    ..voter = voter;
}