NiddlerMessageBase constructor

NiddlerMessageBase(
  1. String messageId,
  2. String requestId,
  3. int timeStamp,
  4. Map<String, List<String>> headers,
)

Constructor

Implementation

NiddlerMessageBase(
    this.messageId, this.requestId, this.timeStamp, this.headers);