UpdateStopwordOptionsResponse constructor

UpdateStopwordOptionsResponse({
  1. required StopwordOptionsStatus stopwords,
})

Implementation

UpdateStopwordOptionsResponse({
  required this.stopwords,
});