ThisExpressionImpl constructor

ThisExpressionImpl({
  1. required Token thisKeyword,
})

Initialize a newly created this expression.

Implementation

ThisExpressionImpl({
  required this.thisKeyword,
});