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