VDom constructor
VDom(
- PlatformInterface _nativeBridge
Create a new VDom instance with the provided native bridge
Implementation
VDom(this._nativeBridge) {
_initialize();
}
Create a new VDom instance with the provided native bridge
VDom(this._nativeBridge) {
_initialize();
}