menu
dart_command package
documentation
command.dart
Command<T>
Command.new constructor
Command.new constructor
dark_mode
light_mode
Command<
T
>
constructor
Command<
T
>
(
[
T?
value
])
Implementation
Command([T? value]) : _value = value as T;
dart_command package
documentation
command
Command<T>
Command.new constructor
Command class