ImportResponseData constructor

ImportResponseData(
  1. String uuid,
  2. String? id,
  3. String? creationDate,
  4. int? totals,
  5. int completed,
  6. int skipped,
  7. int status,
)

Implementation

ImportResponseData(this.uuid, this.id, this.creationDate, this.totals,
    this.completed, this.skipped, this.status);