TestJsonProcessor constructor

const TestJsonProcessor({
  1. DateTime? timestamp,
})

Constructs a TestJsonProcessor from the timestamp of the start process time

Implementation

const TestJsonProcessor({this.timestamp});