matterPermissions property

List<MatterPermission>? matterPermissions
getter/setter pair

Lists the users and their permission for the matter.

Currently there is no programmer defined limit on the number of permissions a matter can have.

Implementation

core.List<MatterPermission>? matterPermissions;