menu
lucy_editor package
documentation
parsejs/ast.dart
WithStatement
WithStatement.new constructor
WithStatement.new constructor
dark_mode
light_mode
WithStatement
constructor
WithStatement
(
Expression
object
,
Statement
body
)
Implementation
WithStatement(this.object, this.body);
lucy_editor package
documentation
parsejs/ast
WithStatement
WithStatement.new constructor
WithStatement class