menu
cardinal_sdk package
documentation
model/security/token_with_group.dart
TokenWithGroup
TokenWithGroup constructor
TokenWithGroup constructor
dark_mode
light_mode
TokenWithGroup
constructor
TokenWithGroup
(
String
token
,
String
groupId
, {
String
?
groupName
,
})
Implementation
TokenWithGroup( this.token, this.groupId, { String? groupName }) : groupName = groupName ?? null;
cardinal_sdk package
documentation
model/security/token_with_group
TokenWithGroup
TokenWithGroup constructor
TokenWithGroup class