roles property

  1. @JsonKey(name: 'roles')
List<Role>? get roles
inherited

The roles assigned to the currently authorized user.

Implementation

@JsonKey(name: 'roles')
List<Role>? get roles => throw _privateConstructorUsedError;