BridgeEnumDef constructor

const BridgeEnumDef(
  1. BridgeTypeRef type, {
  2. List<String> values = const [],
  3. Map<String, BridgeMethodDef> methods = const {},
  4. Map<String, BridgeMethodDef> getters = const {},
  5. Map<String, BridgeMethodDef> setters = const {},
  6. Map<String, BridgeFieldDef> fields = const {},
})

Implementation

const BridgeEnumDef(this.type,
    {this.values = const [],
    this.methods = const {},
    this.getters = const {},
    this.setters = const {},
    this.fields = const {}});