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