TableResponse constructor
TableResponse({
- String? singleRecordName,
- String? pluralRecordName,
- String? name,
- String? description,
- String? id,
- String? updated,
- String? created,
- String? alias,
- int? defaultSortFieldId,
- SortOrder? defaultSortOrder,
- int? keyFieldId,
- int? nextFieldId,
- int? nextRecordId,
- String? sizeLimit,
- String? spaceRemaining,
- 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
});