toValue method
Implementation
String toValue() {
  switch (this) {
    case CmafStreamInfResolution.include:
      return 'INCLUDE';
    case CmafStreamInfResolution.exclude:
      return 'EXCLUDE';
  }
}String toValue() {
  switch (this) {
    case CmafStreamInfResolution.include:
      return 'INCLUDE';
    case CmafStreamInfResolution.exclude:
      return 'EXCLUDE';
  }
}