isValidEntityReferenceType property
bool
get
isValidEntityReferenceType
Returns true if isEntityReferenceType and arguments0 is a valid entity type.
Implementation
bool get isValidEntityReferenceType =>
isEntityReferenceType &&
EntityHandler.isValidEntityType(arguments0?.type);