We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7b29d commit d921207Copy full SHA for d921207
lib/src/modules/id_token.dart
@@ -7,7 +7,6 @@ abstract class UserInfo implements JsonObject {
7
String? get name => this['name'];
8
String? get username => this['username'];
9
String? get avatar => this['avatar'];
10
- List<String>? get roleNames => this['role_names'];
11
12
factory UserInfo.fromJson(Map<String, dynamic> json) = _UserInfoImpl.fromJson;
13
}
0 commit comments