toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (activeSettings != null) 'activeSettings': activeSettings!,
if (dryRunSettings != null) 'dryRunSettings': dryRunSettings!,
if (scope != null) 'scope': scope!,
};