WithStatement constructor

WithStatement(
  1. Expression object,
  2. Statement body
)

Implementation

WithStatement(this.object, this.body);