BridgeParameter constructor
const
BridgeParameter(
- String name,
- BridgeTypeAnnotation type,
- bool optional
Implementation
const BridgeParameter(this.name, this.type, this.optional);