switchAbleOrg property
[List[<[OrgInfo]>]] get switchAbleOrg
Getter method to retrieve the switchAble organization.
Implementation
// ignore: unnecessary_getters_setters
List<OrgInfo> get switchAbleOrg => _switchAbleOrg;
set switchAbleOrg [([[List[<[OrgInfo]>]] switchableOrg])]
Setter method for switchAble organization.
Implementation
set switchAbleOrg(List<OrgInfo> switchableOrg) =>
_switchAbleOrg = switchableOrg;
- talawa
- custom_drawer_view_model
- CustomDrawerViewModel
- switchAbleOrg property