isEntitySet property

bool get isEntitySet

Returns true if the entity instance is loaded.

Implementation

bool get isEntitySet => _entity != null;