extApiV2DataTypeToJson function

String? extApiV2DataTypeToJson(
  1. ExtApiV2DataType extApiV2DataType
)

Implementation

String? extApiV2DataTypeToJson(enums.ExtApiV2DataType extApiV2DataType) {
  return extApiV2DataType.value;
}