ReportMetadata constructor

ReportMetadata({
  1. int? skip,
  2. int? top,
  3. int? totalRecords,
  4. int? numRecords,
  5. int? numFields,
})

Implementation

ReportMetadata({
  this.skip, this.top, this.totalRecords, this.numRecords, this.numFields
});