currentOrgName property
[String] get currentOrgName
Retrieves the name of the current organization.
Implementation
String get currentOrgName => _currentOrg!.name!;
- talawa
- user_config
- UserConfig
- currentOrgName property
[String] get currentOrgName
Retrieves the name of the current organization.
String get currentOrgName => _currentOrg!.name!;