toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final activeSettings = this.activeSettings;
final dryRunSettings = this.dryRunSettings;
final scope = this.scope;
return {
'activeSettings': ?activeSettings,
'dryRunSettings': ?dryRunSettings,
'scope': ?scope,
};
}