AssignStatement constructor

const AssignStatement(
  1. String lhs,
  2. String rhs
)

Implementation

const AssignStatement(this.lhs, this.rhs);