isEntityReference property

bool isEntityReference

Returns true if this object is an EntityReference.

Implementation

bool get isEntityReference {
  var self = this;
  return self is EntityReference;
}