AllowedCommands constructor

const AllowedCommands({
  1. required List<String> available,
})

Implementation

const AllowedCommands({
  required this.available,
});