hubCommandTypeToJson function
- HubCommandType hubCommandType
Implementation
String? hubCommandTypeToJson(enums.HubCommandType hubCommandType) {
return hubCommandType.value;
}
String? hubCommandTypeToJson(enums.HubCommandType hubCommandType) {
return hubCommandType.value;
}