getRoles method

List<String>? getRoles()

Gets the list of roles used to filter users.

Implementation

List<String>? getRoles() => roles;