HMSRole class Null safety
Constructors
- HMSRole({required String name, required HMSPublishSetting? publishSettings, required HMSSubscribeSettings? subscribeSettings, required int priority, HMSPermissions? permissions, required Map? generalPermissions, required Map? internalPlugins, required Map? externalPlugins})
- HMSRole.fromMap(Map map)
-
factory
Properties
- externalPlugins ↔ Map?
-
read / write
- generalPermissions ↔ Map?
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- internalPlugins ↔ Map?
-
read / write
- name ↔ String
-
read / write
- permissions ↔ HMSPermissions?
-
read / write
- priority ↔ int
-
read / write
- publishSettings ↔ HMSPublishSetting?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- subscribeSettings ↔ HMSSubscribeSettings?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited