isEntitySet property

bool isEntitySet

Returns true if the entity instance is loaded.

Implementation

bool get isEntitySet => _entity != null;