topLevelFields constant

List<String> const topLevelFields

Known top level fields. Useful for Serializer methods.

Implementation

static const topLevelFields = [
  'actor',
  'verb',
  'object',
  'id',
  'foreign_id',
  'target',
  'time',
  'to',
  'analytics',
  'extra_context',
  'origin',
  'score',
];