PeriodExpression constructor

const PeriodExpression(
  1. ValidIdentifier first,
  2. Period second,
  3. ChangeCaseKeyword third
)

Implementation

const PeriodExpression(this.first, this.second, this.third);