CreateThesaurusResponse constructor

CreateThesaurusResponse({
  1. String? id,
})

Implementation

CreateThesaurusResponse({
  this.id,
});