menu
astra_dart package
documentation
astra.dart
UserPrincipal
UserPrincipal.new constructor
UserPrincipal.new constructor
dark_mode
light_mode
UserPrincipal
constructor
UserPrincipal
(
String
id
,
String
username
, {
Map
<
String
,
dynamic
>
claims
=
const {}
,
})
Implementation
UserPrincipal(this.id, this.username, {this.claims = const {}});
astra_dart package
documentation
astra
UserPrincipal
UserPrincipal.new constructor
UserPrincipal class