NodeTypeConfig.fromJson constructor
NodeTypeConfig.fromJson(
- Map json_
Implementation
NodeTypeConfig.fromJson(core.Map json_)
: this(
customCoreCount: json_['customCoreCount'] as core.int?,
nodeCount: json_['nodeCount'] as core.int?,
);