SynonymEntity constructor

SynonymEntity({
  1. Map<String, Object?>? customFeatures,
  2. String? sourceEntity,
  3. String? sourceType,
})

Implementation

SynonymEntity({
  this.customFeatures,
  this.sourceEntity,
  this.sourceType,
});