PhraseSet constructor

PhraseSet({
  1. Map<String, String>? annotations,
  2. double? boost,
  3. String? deleteTime,
  4. String? displayName,
  5. String? etag,
  6. String? expireTime,
  7. String? kmsKeyName,
  8. String? kmsKeyVersionName,
  9. String? name,
  10. List<Phrase>? phrases,
  11. bool? reconciling,
  12. String? state,
  13. String? uid,
})

Implementation

PhraseSet({
  this.annotations,
  this.boost,
  this.deleteTime,
  this.displayName,
  this.etag,
  this.expireTime,
  this.kmsKeyName,
  this.kmsKeyVersionName,
  this.name,
  this.phrases,
  this.reconciling,
  this.state,
  this.uid,
});