GetListParams constructor

GetListParams(
  1. String? doctype, {
  2. String? fields,
  3. String? orderBy,
  4. int? limitPageLength,
  5. int? limitPageStart,
  6. dynamic filters,
  7. String? parent,
  8. String? tableFieldsFrappe,
  9. String? withLinkFieldsFrappe,
})

Implementation

GetListParams(this.doctype,
    {this.fields,
    this.orderBy,
    this.limitPageLength,
    this.limitPageStart,
    this.filters,
    this.parent,
    this.tableFieldsFrappe,
    this.withLinkFieldsFrappe});