toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final multisliceParams = this.multisliceParams;
  final node = this.node;
  final nodeId = this.nodeId;
  final parent = this.parent;
  return {
    'multisliceParams': ?multisliceParams,
    'node': ?node,
    'nodeId': ?nodeId,
    'parent': ?parent,
  };
}