toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (classifications != null) 'classifications': classifications!,
      if (excludes != null) 'excludes': excludes!,
      if (exclusivePatches != null) 'exclusivePatches': exclusivePatches!,
    };