stopBitsDTONullableToJson function

String? stopBitsDTONullableToJson(
  1. StopBitsDTO? stopBitsDTO
)

Implementation

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