NodeConfig constructor

NodeConfig({
  1. int? cpuCount,
  2. int? memorySizeMb,
})

Implementation

NodeConfig({this.cpuCount, this.memorySizeMb});