convertVideoTypeToString method Null safety
- VideoType type
Converts a VideoType enum to string.
Returns String
Implementation
static String convertVideoTypeToString(VideoType type) =>
EnumToString.convertToString(type);
Converts a VideoType enum to string.
Returns String
static String convertVideoTypeToString(VideoType type) =>
EnumToString.convertToString(type);