convertVideoTypeToString method Null safety

String convertVideoTypeToString(
  1. VideoType type
)

Converts a VideoType enum to string.

Returns String

Implementation

static String convertVideoTypeToString(VideoType type) =>
    EnumToString.convertToString(type);