BridgeFunctionDeclaration constructor
const
BridgeFunctionDeclaration(
- String library,
- String name,
- BridgeFunctionDef function
Implementation
const BridgeFunctionDeclaration(this.library, this.name, this.function);