stopBitsDTOToJson function

String? stopBitsDTOToJson(
  1. StopBitsDTO stopBitsDTO
)

Implementation

String? stopBitsDTOToJson(enums.StopBitsDTO stopBitsDTO) {
  return stopBitsDTO.value;
}