PropertyAccess constructor

PropertyAccess(
  1. String? name,
  2. AstRuntimeNode? expression,
  3. bool isNullAware
)

Implementation

PropertyAccess(this.name, this.expression, this.isNullAware);