TypesErrorCode.httpResponseContentCoding constructor

const TypesErrorCode.httpResponseContentCoding(
  1. dynamic payload
)

Implementation

const factory TypesErrorCode.httpResponseContentCoding(
  i0.Option<String> payload,
) = TypesErrorCodeHttpResponseContentCoding;