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