entity property

Entity get entity

Implementation

Entity get entity {
  if (!_resolved) _resolve();
  return _entity;
}