PartOfSpeech constructor
      
      PartOfSpeech({})
     
    
    
Implementation
PartOfSpeech({
  this.aspect,
  this.case_,
  this.form,
  this.gender,
  this.mood,
  this.number,
  this.person,
  this.proper,
  this.reciprocity,
  this.tag,
  this.tense,
  this.voice,
});