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