canModify property

bool get canModify

Implementation

bool get canModify {
  if (fieldCanModify()) {
    return !readOnly;
  }
  return false;
}