currentOrg property
[OrgInfo] get currentOrg
Retrieves the current organization information.
Implementation
OrgInfo get currentOrg => _currentOrg!;
set currentOrg [([[OrgInfo] org])]
Updates the current organization information.
Implementation
set currentOrg(OrgInfo org) => _currentOrg = org;
- talawa
- user_config
- UserConfig
- currentOrg property