IDS constant

List<String> const IDS

Implementation

static const List<String> IDS = <String>[
  ID_NOT_IMPORTANT,
  ID_IMPORTANT,
  ID_VERY_IMPORTANT,
  ID_MANDATORY,
];