SearchRequest constructor

SearchRequest({
  1. String? cursor,
  2. int? limit,
})

Implementation

SearchRequest({
  this.cursor, this.limit
});