menu
neomage package
documentation
data/commands/builtin/extended_commands.dart
PermissionsCommand
PermissionsCommand.new constructor
PermissionsCommand.new constructor
dark_mode
light_mode
PermissionsCommand
constructor
PermissionsCommand
(
{
required
Map
<
String
,
String
>
getPermissions
(),
required
void
setPermission
(
String
tool
,
String
rule
),
})
Implementation
PermissionsCommand({ required this.getPermissions, required this.setPermission, });
neomage package
documentation
data/commands/builtin/extended_commands
PermissionsCommand
PermissionsCommand.new constructor
PermissionsCommand class