Matter class

Represents a matter.

To work with Vault resources, the account must have the required Vault privileges and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege.

Constructors

Matter({String? description, String? matterId, List<MatterPermission>? matterPermissions, String? name, String? state})
Matter.fromJson(Map json_)

Properties

description String?
An optional description for the matter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
matterId String?
The matter ID, which is generated by the server.
getter/setter pair
matterPermissions List<MatterPermission>?
Lists the users and their permission for the matter.
getter/setter pair
name String?
The name of the matter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the matter. Possible string values are:
getter/setter pair

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