toValue method
Implementation
String toValue() {
switch (this) {
case FeatureGroupSortBy.name:
return 'Name';
case FeatureGroupSortBy.featureGroupStatus:
return 'FeatureGroupStatus';
case FeatureGroupSortBy.offlineStoreStatus:
return 'OfflineStoreStatus';
case FeatureGroupSortBy.creationTime:
return 'CreationTime';
}
}