TestIDMessage constructor

TestIDMessage({
  1. int? testID,
  2. String? messageType,
  3. String? message,
  4. String? type,
  5. int? time,
})

Implementation

TestIDMessage(
    {this.testID, this.messageType, this.message, this.type, this.time});