fDXPartyTypeToJson function

String? fDXPartyTypeToJson(
  1. FDXPartyType? fDXPartyType
)

Implementation

String? fDXPartyTypeToJson(enums.FDXPartyType? fDXPartyType) {
  return enums.$FDXPartyTypeMap[fDXPartyType];
}