toData method

Implementation

CounterpartyDataArgs toData() {
  return CounterpartyDataArgs()
    ..port_Id = port_id
    ..channel_Id = channel_id;
}