getScopes method

List<String>? getScopes()

Gets the list of scopes used to filter group members.

Implementation

List<String>? getScopes() => scopes;