LibraryClass.lazy constructor
LibraryClass.lazy(
- String name,
- Type nativeType,
- BridgedClass _thunk(), {
- String? sourceUri,
Lazy wrapper: thunk builds the bridge on first access to bridgedClass.
Implementation
LibraryClass.lazy(this.name, this.nativeType, this._thunk, {this.sourceUri});