ConnectQuery constructor
ConnectQuery({})
Implementation
ConnectQuery({
required this.instance,
required this.collection,
this.filter,
this.offset,
this.limit,
this.sortProperty,
this.sortAsc,
});
ConnectQuery({
required this.instance,
required this.collection,
this.filter,
this.offset,
this.limit,
this.sortProperty,
this.sortAsc,
});