EdgeStatement constructor
const
EdgeStatement(
- EdgeTarget origin,
- EdgeRhs rhs, [
- AttrList? attrList
Implementation
const EdgeStatement(this.origin, this.rhs, [this.attrList]);