NsgDataRequestParams constructor
NsgDataRequestParams({})
Implementation
NsgDataRequestParams({this.top = 0, this.count = 0, this.params, this.sorting, this.referenceList, this.showDeletedObjects = false, NsgCompare? compare}) {
if (compare != null) {
_compare = compare;
}
}