HMSPermissions class Null safety
Constructors
- HMSPermissions({bool? endRoom, bool? removeOthers, bool? stopPresentation, bool? muteAll, bool? askToUnMute, bool? muteSelective, bool? changeRole})
- HMSPermissions.fromMap(Map map)
-
factory
Properties
- askToUnMute → bool?
-
final
- changeRole → bool?
-
final
- endRoom → bool?
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- muteAll → bool?
-
final
- muteSelective → bool?
-
final
- removeOthers → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stopPresentation → bool?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited