BridgeFunctionDeclaration constructor

const BridgeFunctionDeclaration(
  1. String library,
  2. String name,
  3. BridgeFunctionDef function
)

Implementation

const BridgeFunctionDeclaration(this.library, this.name, this.function);