canModify property

bool get canModify

Whether any modifications are allowed.

Implementation

bool get canModify => canCreate || canUpdate || canDelete;