values constant

List<BlogPostSortOrder> const values

Implementation

static const values = [
  id,
  idDesc,
  createdDate,
  createdDateDesc,
  modifiedDate,
  modifiedDateDesc,
];