fromValue static method
Implementation
static AttachmentSortOrder fromValue(String value) =>
    values.firstWhere((e) => e.value == value,
        orElse: () => AttachmentSortOrder._(value));
static AttachmentSortOrder fromValue(String value) =>
    values.firstWhere((e) => e.value == value,
        orElse: () => AttachmentSortOrder._(value));