hasId property
bool
get
hasId
Implementation
bool get hasId {
for (Property property in singleValueProperties) {
if (property.identifier) {
return true;
}
}
return false;
}
bool get hasId {
for (Property property in singleValueProperties) {
if (property.identifier) {
return true;
}
}
return false;
}