McfData constructor
McfData({
- List<
McfDataColumnHeaders> ? columnHeaders, - bool? containsSampledData,
- String? id,
- int? itemsPerPage,
- String? kind,
- String? nextLink,
- String? previousLink,
- McfDataProfileInfo? profileInfo,
- McfDataQuery? query,
- List<
List< ? rows,McfDataRows> > - String? sampleSize,
- String? sampleSpace,
- String? selfLink,
- int? totalResults,
- 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,
});