toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (includeFormInResponse != null)
'includeFormInResponse': includeFormInResponse!,
if (requests != null) 'requests': requests!,
if (writeControl != null) 'writeControl': writeControl!,
};