VideoQualityMode.parse constructor

  1. @Deprecated('The .parse() constructor is deprecated. Use the unnamed constructor instead.')
VideoQualityMode.parse(
  1. int value
)

Implementation

@Deprecated('The .parse() constructor is deprecated. Use the unnamed constructor instead.')
VideoQualityMode.parse(int value) : this(value);