Skip to content

Commit

Permalink
PR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed Nov 8, 2024
1 parent 7068e2e commit 0484a49
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import 'package:flame_console/flame_console.dart';
class MemoryConsoleRepository extends ConsoleRepository {
MemoryConsoleRepository({
List<String>? commands,
}) {
_commands = commands ?? <String>[];
}
}) : _commands = commands ?? <String>[];

late final List<String> _commands;

Expand Down

0 comments on commit 0484a49

Please sign in to comment.