toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (appEngineRouting != null) 'appEngineRouting': appEngineRouting!,
      if (body != null) 'body': body!,
      if (headers != null) 'headers': headers!,
      if (httpMethod != null) 'httpMethod': httpMethod!,
      if (relativeUri != null) 'relativeUri': relativeUri!,
    };