WindowsNodeConfig constructor

WindowsNodeConfig({
  1. String? osVersion,
})

Implementation

WindowsNodeConfig({
  this.osVersion,
});