DataSourceRF<Object> constructor
DataSourceRF<Object> ({})
Implementation
DataSourceRF({
this.modelList,
this.type = SourceType.local,
this.where = '',
this.select = '',
this.orderField = '',
this.order = 'desc',
this.groupBy = '',
this.onLoad,
this.pageSize,
this.includeChild = false,
});