toValue method
Implementation
String toValue() {
switch (this) {
case NotebookOutputOption.allowed:
return 'Allowed';
case NotebookOutputOption.disabled:
return 'Disabled';
}
}
String toValue() {
switch (this) {
case NotebookOutputOption.allowed:
return 'Allowed';
case NotebookOutputOption.disabled:
return 'Disabled';
}
}