Gender.from constructor

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

Create a new Gender providing mainArgument and the list of possible clauses. Each clause is expected to be a list whose first element is a variable name and whose second element is either a String or a list of strings and Message or VariableSubstitution.

Implementation

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