toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final includeFormInResponse = this.includeFormInResponse;
  final requests = this.requests;
  final writeControl = this.writeControl;
  return {
    'includeFormInResponse': ?includeFormInResponse,
    'requests': ?requests,
    'writeControl': ?writeControl,
  };
}