Skip to main content

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;
  1. talawa
  2. custom_drawer_view_model
  3. CustomDrawerViewModel
  4. switchAbleOrg property
CustomDrawerViewModel class