toValue method
Implementation
String toValue() {
switch (this) {
case Profile.none:
return 'NONE';
case Profile.hbbtv_1_5:
return 'HBBTV_1_5';
}
}
String toValue() {
switch (this) {
case Profile.none:
return 'NONE';
case Profile.hbbtv_1_5:
return 'HBBTV_1_5';
}
}