OrganizationFeed constructor
const OrganizationFeed({required Key key, MainScreenViewModel? homeModel, bool forTest = false})
Implementation
const OrganizationFeed(\{
required Key key,
this.homeModel,
this.forTest = false,
\}) : super(key: key);