Skip to main content

OrganizationSearchList constructor

const OrganizationSearchList({required SelectOrganizationViewModel model, Key? key})

Implementation

const OrganizationSearchList({required this.model, Key? key})
: super(key: key);