toNative static method

BalloonAnchorNative toNative(
  1. BalloonAnchor obj
)

Implementation

static BalloonAnchorNative toNative(BalloonAnchor obj) {
  return _BalloonAnchorNativeInit(VerticalPositionImpl.toInt(obj.vertical),
      HorizontalPositionImpl.toInt(obj.horizontal));
}