toValue method
Implementation
String toValue() {
switch (this) {
case BurninSubtitleBackgroundColor.none:
return 'NONE';
case BurninSubtitleBackgroundColor.black:
return 'BLACK';
case BurninSubtitleBackgroundColor.white:
return 'WHITE';
}
}