RestXmlTrait constructor

const RestXmlTrait({
  1. bool noErrorWrapping = false,
  2. List<AlpnProtocol> http = AWSProtocolTrait.defaultHttpProtocols,
  3. List<AlpnProtocol>? eventStreamHttp,
})

Implementation

const RestXmlTrait({
  this.noErrorWrapping = false,
  List<AlpnProtocol> http = AWSProtocolTrait.defaultHttpProtocols,
  List<AlpnProtocol>? eventStreamHttp,
}) : super(
        id,
        http: http,
        eventStreamHttp: eventStreamHttp,
        timestampFormat: TimestampFormat.dateTime,
        noInlineDocumentSupport: true,
      );