values constant

List<ContentStatus> const values

Implementation

static const values = [
  current,
  trashed,
  historical,
  deleted,
  any,
  draft,
  archived,
];