TerminalLaunchOptions constructor
const
TerminalLaunchOptions({
- required String command,
- ContainerMountSpec? mounts,
Implementation
const TerminalLaunchOptions({required this.command, this.mounts});