serialize static method
Serializes a DevicePlatform to JSON (lowercase string).
Implementation
static String? serialize(DevicePlatform? value) {
return safeEnumToJson<DevicePlatform>(value);
}
Serializes a DevicePlatform to JSON (lowercase string).
static String? serialize(DevicePlatform? value) {
return safeEnumToJson<DevicePlatform>(value);
}