toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (newValue != null) 'newValue': newValue!,
      if (originalValuePattern != null)
        'originalValuePattern': originalValuePattern!,
      if (targetGroupKinds != null) 'targetGroupKinds': targetGroupKinds!,
      if (targetJsonPath != null) 'targetJsonPath': targetJsonPath!,
      if (targetNamespaces != null) 'targetNamespaces': targetNamespaces!,
    };