getGroups method

Iterable<String>? getGroups(
  1. Entity entity
)

Returns the groups the entity belongs to, null if none.

Implementation

Iterable<String>? getGroups(Entity entity) => _groupsByEntity[entity];