reporters constant

List<String> const reporters

Implementation

static const List<String> reporters = [
  'Unknown', 'Jane Doe', 'Anonymous'
];