toValue method
Implementation
String toValue() {
switch (this) {
case NotebookInstanceSortKey.name:
return 'Name';
case NotebookInstanceSortKey.creationTime:
return 'CreationTime';
case NotebookInstanceSortKey.status:
return 'Status';
}
}