toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (debugOptions != null) 'debugOptions': debugOptions!,
if (schema != null) 'schema': schema!,
if (validateOnly != null) 'validateOnly': validateOnly!,
};