toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case HlsKeyProviderType.speke:
      return 'SPEKE';
    case HlsKeyProviderType.staticKey:
      return 'STATIC_KEY';
  }
}