toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (multisliceParams != null) 'multisliceParams': multisliceParams!,
  if (node != null) 'node': node!,
  if (nodeId != null) 'nodeId': nodeId!,
  if (parent != null) 'parent': parent!,
};