NodeTypeConfig constructor

NodeTypeConfig({
  1. int? customCoreCount,
  2. int? nodeCount,
})

Implementation

NodeTypeConfig({
  this.customCoreCount,
  this.nodeCount,
});