OverlayInfo.init constructor

  1. @internal
OverlayInfo.init(
  1. int id
)

Implementation

@internal
OverlayInfo.init(final int id) : _pointerId = id {
  super.registerAutoReleaseObject(id);
}