Skip to main content

SelectOrganization constructor

const SelectOrganization({required Key key, required String selectedOrgId})

Implementation

const SelectOrganization({required Key key, required this.selectedOrgId})
: super(key: key);