SignedExchangeInfo class
Information about a signed exchange response.
Constructors
- 
          SignedExchangeInfo({required ResponseData outerResponse, required bool hasExtraInfo, SignedExchangeHeader? header, SecurityDetails? securityDetails, List<SignedExchangeError> ? errors})
- 
          SignedExchangeInfo.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- 
  errors
  → List<SignedExchangeError> ?
- 
  Errors occurred while handling the signed exchange.
  final
- hasExtraInfo → bool
- 
  Whether network response for the signed exchange was accompanied by
extra headers.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- header → SignedExchangeHeader?
- 
  Information about the signed exchange header.
  final
- outerResponse → ResponseData
- 
  The outer response of signed HTTP exchange which was received from network.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- securityDetails → SecurityDetails?
- 
  Security details for the signed exchange header.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited