D4rtUserBridge constructor

const D4rtUserBridge(
  1. String libraryPath, [
  2. String? className
])

Creates a D4rtUserBridge annotation.

  • libraryPath: The full package URI of the library to override.
  • className: Optional specific class name to override.

Implementation

const D4rtUserBridge(this.libraryPath, [this.className]);