self property

ScopeUnit self
latefinal

Implementation

late final self = ScopeUnit._(
  r"$self",
  isStandardRef: false,

  baseSyntax: this,
  createBody: (_, __) => throw UnimplementedError(r"$self has no body"),
  isInline: false,
);