NodeTypeConfig.fromJson constructor

NodeTypeConfig.fromJson(
  1. Map json_
)

Implementation

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