BridgeParameter constructor

const BridgeParameter(
  1. String name,
  2. BridgeTypeAnnotation type,
  3. bool optional
)

Implementation

const BridgeParameter(this.name, this.type, this.optional);