Search constructor

Search({
  1. required String query,
  2. int? offset,
})

Implementation

Search({
  required this.query,
  this.offset,
});