TableResponse constructor

TableResponse({
  1. String? singleRecordName,
  2. String? pluralRecordName,
  3. String? name,
  4. String? description,
  5. String? id,
  6. String? updated,
  7. String? created,
  8. String? alias,
  9. int? defaultSortFieldId,
  10. SortOrder? defaultSortOrder,
  11. int? keyFieldId,
  12. int? nextFieldId,
  13. int? nextRecordId,
  14. String? sizeLimit,
  15. String? spaceRemaining,
  16. String? spaceUsed,
})

Implementation

TableResponse({
  this.singleRecordName, this.pluralRecordName, this.name,
  this.description, this.id, this.updated, this.created,
  this.alias, this.defaultSortFieldId, this.defaultSortOrder, this.keyFieldId,
  this.nextFieldId, this.nextRecordId, this.sizeLimit, this.spaceRemaining,
  this.spaceUsed
});