BridgeTypeAnnotation constructor

const BridgeTypeAnnotation(
  1. BridgeTypeRef type, {
  2. bool nullable = false,
})

Implementation

const BridgeTypeAnnotation(this.type, {this.nullable = false});