topLevelFields constant

List<String> const topLevelFields

Known top level fields.

Useful for Serializer methods.

Implementation

static const topLevelFields = [
  'id',
  'kind',
  'activity_id',
  'user_id',
  'user',
  'data',
  'created_at',
  'updated_at',
  'parent',
  'latest_children',
  'children_counts',
];