AxelorBody constructor

const AxelorBody({
  1. int? offset,
  2. int? limit,
  3. List<String>? fields,
  4. bool? translate,
  5. List<String>? sortBy,
  6. String? action,
  7. List<MapEntry<String, List<String>>>? related,
  8. Map<String, dynamic>? data,
  9. String? domain,
  10. Map<String, dynamic>? domainContext,
  11. bool? archived,
  12. AxelorCriteria? criteria,
  13. int? version,
  14. int? id,
})

Implementation

const AxelorBody({
  this.offset,
  this.limit,
  this.fields,
  this.translate,
  this.sortBy,
  this.action,
  this.related,
  this.data,
  this.domain,
  this.domainContext,
  this.archived,
  this.criteria,
  this.version,
  this.id,
});