canAttachFiles property
bool
get
canAttachFiles
Whether this set of permissions has the attachFiles permission.
Implementation
bool get canAttachFiles => has(attachFiles);
Whether this set of permissions has the attachFiles permission.
bool get canAttachFiles => has(attachFiles);