BridgeFieldDef constructor

const BridgeFieldDef(
  1. BridgeTypeAnnotation type, {
  2. bool isStatic = false,
})

Implementation

const BridgeFieldDef(this.type, {this.isStatic = false});