McfData constructor

McfData({
  1. List<McfDataColumnHeaders>? columnHeaders,
  2. bool? containsSampledData,
  3. String? id,
  4. int? itemsPerPage,
  5. String? kind,
  6. String? nextLink,
  7. String? previousLink,
  8. McfDataProfileInfo? profileInfo,
  9. McfDataQuery? query,
  10. List<List<McfDataRows>>? rows,
  11. String? sampleSize,
  12. String? sampleSpace,
  13. String? selfLink,
  14. int? totalResults,
  15. Map<String, String>? totalsForAllResults,
})

Implementation

McfData({
  this.columnHeaders,
  this.containsSampledData,
  this.id,
  this.itemsPerPage,
  this.kind,
  this.nextLink,
  this.previousLink,
  this.profileInfo,
  this.query,
  this.rows,
  this.sampleSize,
  this.sampleSpace,
  this.selfLink,
  this.totalResults,
  this.totalsForAllResults,
});