atom property

int get atom

Implementation

int get atom {
  _atom ??= JS_ValueToAtom(_ctx.ref, _ref.ref);
  return _atom!;
}