EvenList constructor

EvenList(
  1. String? time,
  2. int? clr,
  3. String? date,
  4. String? msg,
)

Implementation

EvenList(this.time, this.clr, this.date, this.msg);