RestJson1Trait constructor

const RestJson1Trait({
  1. List<AlpnProtocol> http = AWSProtocolTrait.defaultHttpProtocols,
  2. List<AlpnProtocol>? eventStreamHttp,
})

Implementation

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