CatchClauseParameterImpl constructor

CatchClauseParameterImpl({
  1. required Token name,
})

Implementation

CatchClauseParameterImpl({
  required this.name,
});