videoPlatformStateToJson function
Implementation
String? videoPlatformStateToJson(enums.VideoPlatformState videoPlatformState) {
return videoPlatformState.value;
}
String? videoPlatformStateToJson(enums.VideoPlatformState videoPlatformState) {
return videoPlatformState.value;
}