HMSRole constructor Null safety
- {required String name,
- required HMSPublishSetting? publishSettings,
- required HMSSubscribeSettings? subscribeSettings,
- required int priority,
- HMSPermissions? permissions,
- required Map? generalPermissions,
- required Map? internalPlugins,
- required Map? externalPlugins}
Implementation
HMSRole(
{required this.name,
required this.publishSettings,
required this.subscribeSettings,
required this.priority,
this.permissions,
required this.generalPermissions,
required this.internalPlugins,
required this.externalPlugins});