MatterPermission class
Users can be matter owners or collaborators.
Each matter has only one owner. All others users who can access the matter are collaborators. When an account is purged, its corresponding MatterPermission resources cease to exist.
Constructors
- MatterPermission({String? accountId, String? role})
- MatterPermission.fromJson(Map json_)
Properties
- accountId ↔ String?
-
The account ID, as provided by the
Admin SDK.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- role ↔ String?
-
The user's role for the matter.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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