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