topLevelFields property

List<String> topLevelFields
final

Known top level fields.

Useful for Serializer methods.

Implementation

static final topLevelFields = [
  'devices',
  'mutes',
  'total_unread_count',
  'unread_channels',
  'channel_mutes',
  ...User.topLevelFields,
];