toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AppImageConfigSortKey.creationTime:
      return 'CreationTime';
    case AppImageConfigSortKey.lastModifiedTime:
      return 'LastModifiedTime';
    case AppImageConfigSortKey.name:
      return 'Name';
  }
}