Popup.fromJsObject constructor

Popup.fromJsObject(
  1. PopupJsImpl jsObject
)

Creates a new Popup from a jsObject.

Implementation

Popup.fromJsObject(this.jsObject) : super.fromJsObject(jsObject);