SuggestionService constructor

SuggestionService({
  1. String apiEndpoint = 'https://smartpub-api.example.com',
})

Implementation

SuggestionService({
  this.apiEndpoint = 'https://smartpub-api.example.com',
});