isEntity property

bool isEntity

Checks if the object is a map representing an entity.

Implementation

bool get isEntity => this is Map<String, dynamic>;