returned property

Expression returned

This expression preceded by return.

Implementation

Expression get returned => BinaryExpression._(
      const LiteralExpression._('return'),
      this,
      '',
    );