CommunityFollowerView constructor

const CommunityFollowerView({
  1. required Community community,
  2. required Person follower,
})

Implementation

const factory CommunityFollowerView({required Community community, required Person follower}) = _CommunityFollowerView;