doctypePerms property

Map<String?, List<DocPerm>> doctypePerms
getter/setter pair

Holds the permissions for each doctype as a form of caching.

Implementation

Map<String?, List<DocPerm>> doctypePerms = <String?, List<DocPerm>>{};