onClause abstract method

OnClause onClause(
  1. Token onKeyword,
  2. List<NamedType> superclassConstraints
)

Return a newly created on clause.

Implementation

OnClause onClause(Token onKeyword, List<NamedType> superclassConstraints);