canUpdate property
bool
get
canUpdate
Implementation
bool get canUpdate {
if (isRelationship) {
return true;
}
return !isReadOnly && !isRelationship && !isId;
}
bool get canUpdate {
if (isRelationship) {
return true;
}
return !isReadOnly && !isRelationship && !isId;
}