knownProps constant

List<String> const knownProps

Implementation

static const knownProps = <String>[
  'did',
  'handle',
  'displayName',
  'description',
  'pronouns',
  'website',
  'avatar',
  'banner',
  'followersCount',
  'followsCount',
  'postsCount',
  'associated',
  'joinedViaStarterPack',
  'indexedAt',
  'createdAt',
  'viewer',
  'labels',
  'pinnedPost',
  'verification',
  'status',
];