NodeStatement constructor

const NodeStatement(
  1. NodeId id, [
  2. AttrList? attrList
])

Implementation

const NodeStatement(this.id, [this.attrList]);