AttributeContext constructor

AttributeContext({
  1. Api? api,
  2. Peer? destination,
  3. List<Map<String, Object?>>? extensions,
  4. Peer? origin,
  5. Request? request,
  6. Resource? resource,
  7. Response? response,
  8. Peer? source,
})

Implementation

AttributeContext({
  this.api,
  this.destination,
  this.extensions,
  this.origin,
  this.request,
  this.resource,
  this.response,
  this.source,
});