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