FieldAccess constructor
const
FieldAccess(
- DslExpression target,
- String field
Implementation
const FieldAccess(this.target, this.field);
const FieldAccess(this.target, this.field);