self property
Implementation
late final self = ScopeUnit._(
r"$self",
isStandardRef: false,
baseSyntax: this,
createBody: (_, __) => throw UnimplementedError(r"$self has no body"),
isInline: false,
);
late final self = ScopeUnit._(
r"$self",
isStandardRef: false,
baseSyntax: this,
createBody: (_, __) => throw UnimplementedError(r"$self has no body"),
isInline: false,
);