NUIErrorLog constructor

NUIErrorLog({
  1. String? id,
  2. String? screenCode,
  3. String? type,
  4. String? title,
  5. String? description,
  6. String? appVersion,
  7. DateTime? dateTime,
  8. String? module,
  9. String? code,
  10. String? platform,
  11. String? model,
})

Implementation

NUIErrorLog({this.id, this.screenCode, this.type, this.title, this.description, this.appVersion, this.dateTime, this.module, this.code, this.platform, this.model});