MultisliceParams.fromJson constructor

MultisliceParams.fromJson(
  1. Map json_
)

Implementation

MultisliceParams.fromJson(core.Map json_)
  : this(
      nodeCount: json_['nodeCount'] as core.int?,
      nodeIdPrefix: json_['nodeIdPrefix'] as core.String?,
    );