currentRoles property

  1. @override
List<String> get currentRoles
override

Get the current user roles.

Implementation

@override
List<String> get currentRoles => List.unmodifiable(_currentRoles);