counterpartyTypeToJson function

String? counterpartyTypeToJson(
  1. CounterpartyType? counterpartyType
)

Implementation

String? counterpartyTypeToJson(enums.CounterpartyType? counterpartyType) {
  return enums.$CounterpartyTypeMap[counterpartyType];
}