canModify property
bool
get
canModify
Whether any modifications are allowed.
Implementation
bool get canModify => canCreate || canUpdate || canDelete;
Whether any modifications are allowed.
bool get canModify => canCreate || canUpdate || canDelete;