FvmCliTool constructor

FvmCliTool({
  1. String executable = "fvm",
  2. int? windowsCodePage = WindowsCodePage.utf8,
})

Implementation

FvmCliTool({
  super.executable = "fvm",
  super.windowsCodePage,
});