commandRegistries property
Implementation
late final List<CommandRegistry> commandRegistries = [
for (final command in commands) _fromCommand(command, this),
];
late final List<CommandRegistry> commandRegistries = [
for (final command in commands) _fromCommand(command, this),
];