toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (leftRows != null) 'leftRows': leftRows!,
      if (outputRows != null) 'outputRows': outputRows!,
      if (rightRows != null) 'rightRows': rightRows!,
      if (stepIndex != null) 'stepIndex': stepIndex!,
    };