TypesErrorCode.httpResponseTransferCoding constructor

const TypesErrorCode.httpResponseTransferCoding(
  1. dynamic payload
)

Implementation

const factory TypesErrorCode.httpResponseTransferCoding(
  i0.Option<String> payload,
) = TypesErrorCodeHttpResponseTransferCoding;