PortalQueryParameters constructor

PortalQueryParameters({
  1. required String query,
  2. Envelope? boundingBox,
  3. List<String> categories = const [],
  4. String filter = '',
  5. int limit = limitDefault,
  6. bool searchPublic = true,
  7. String sortField = '',
  8. PortalQuerySortOrder sortOrder = PortalQuerySortOrder.ascending,
  9. int startIndex = 1,
})

Creates a portal query parameters object with the given properties.