Plural.from constructor

Plural.from(
  1. String mainArgument,
  2. List clauses,
  3. Message? parent
)

Implementation

Plural.from(String super.mainArgument, super.clauses, Message? super.parent)
  : super.from();