TaskInfoLog constructor

TaskInfoLog(
  1. String? time,
  2. bool? success,
  3. String? code,
  4. String? msg,
)

Implementation

TaskInfoLog(this.time, this.success, this.code, this.msg);