toData method

Implementation

AggregateExchangeRateVoteCommonArgs toData() {
  return AggregateExchangeRateVoteCommonArgs()
    ..exchange_rate_tuples = exchange_rate_tuples
    ..voter = voter;
}