isEntity property
bool
get
isEntity
Checks if the object is a map representing an entity.
Implementation
bool get isEntity => this is Map;
Checks if the object is a map representing an entity.
bool get isEntity => this is Map;