toValue method
Implementation
String toValue() {
switch (this) {
case H265Tier.high:
return 'HIGH';
case H265Tier.main:
return 'MAIN';
}
}
String toValue() {
switch (this) {
case H265Tier.high:
return 'HIGH';
case H265Tier.main:
return 'MAIN';
}
}