SubExpr constructor
SubExpr(})
Implementation
SubExpr(
this.object,
this.key, {
this.isNullable = false,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(
InternalIdentifier.subGetExpression,
isAwait: object.isAwait || key.isAwait,
);