AWSProtocolTrait constructor
const
AWSProtocolTrait(
- ShapeId shapeId, {
- List<
AlpnProtocol> http = defaultHttpProtocols, - List<
AlpnProtocol> ? eventStreamHttp, - required TimestampFormat timestampFormat,
- bool noInlineDocumentSupport = false,
Implementation
const AWSProtocolTrait(
this.shapeId, {
List<AlpnProtocol> http = defaultHttpProtocols,
List<AlpnProtocol>? eventStreamHttp,
required this.timestampFormat,
this.noInlineDocumentSupport = false,
}) : _http = http,
_eventStreamHttp = eventStreamHttp;