HangulSyllableTypeItem constructor

HangulSyllableTypeItem(
  1. int start,
  2. int end,
  3. String property,
  4. String category,
)

Default constructor

Implementation

HangulSyllableTypeItem(super.start, super.end, this.property, this.category);