getGroups method

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

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

Implementation

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