RestXmlTrait constructor
const
RestXmlTrait({
- bool noErrorWrapping = false,
- List<
AlpnProtocol> http = AWSProtocolTrait.defaultHttpProtocols, - 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,
);