RestJson1Trait constructor
const
RestJson1Trait({
- List<
AlpnProtocol> http = AWSProtocolTrait.defaultHttpProtocols, - List<
AlpnProtocol> ? eventStreamHttp,
Implementation
const RestJson1Trait({
List<AlpnProtocol> http = AWSProtocolTrait.defaultHttpProtocols,
List<AlpnProtocol>? eventStreamHttp,
}) : super(
id,
http: http,
eventStreamHttp: eventStreamHttp,
timestampFormat: TimestampFormat.epochSeconds,
);