signature property

String signature

signature is the String representation of the Request's body.

Implementation

String get signature => buildRequestSignature(
      method?.name,
      route,
      data,
      queryParameters,
      headers,
    );