VDom constructor

VDom(
  1. PlatformInterface _nativeBridge
)

Create a new VDom instance with the provided native bridge

Implementation

VDom(this._nativeBridge) {
  _initialize();
}