DescribeStopwordOptionsResponse constructor

DescribeStopwordOptionsResponse({
  1. required StopwordOptionsStatus stopwords,
})

Implementation

DescribeStopwordOptionsResponse({
  required this.stopwords,
});