ReportResponse constructor

ReportResponse({
  1. String? id,
  2. String? type,
  3. String? name,
  4. Map<String, dynamic>? properties,
  5. String? description,
  6. ReportQuery? query,
  7. String? ownerId,
  8. int? usedCount,
  9. String? usedLast,
})

Implementation

ReportResponse({
  this.id, this.type, this.name, this.properties, this.description,
  this.query, this.ownerId, this.usedCount, this.usedLast
});