devicePlatformToJson function
Implementation
String? devicePlatformToJson(enums.DevicePlatform? devicePlatform) {
return enums.$DevicePlatformMap[devicePlatform];
}
String? devicePlatformToJson(enums.DevicePlatform? devicePlatform) {
return enums.$DevicePlatformMap[devicePlatform];
}