WordingEntry constructor

WordingEntry(
  1. String value,
  2. List<PlaceholderCharac>? placeholderCharacs
)

Implementation

WordingEntry(this.value, this.placeholderCharacs);