menu
commands_my package
documentation
commands.dart
Command
ids property
ids property
dark_mode
light_mode
ids
property
List
<
int
>
get
ids
Implementation
List<int> get ids => grouped.isNotEmpty ? grouped.map((e) => e.id).toList() : [id];
commands_my package
documentation
commands
Command
ids property
Command class