getInternalSlot method

dynamic getInternalSlot(
  1. String name
)

Get an internal slot value

Implementation

dynamic getInternalSlot(String name) {
  return _internalSlots[name];
}