BridgeEnumDef constructor
const
BridgeEnumDef(
- BridgeTypeRef type, {
- List<
String> values = const [], - Map<
String, BridgeMethodDef> methods = const {}, - Map<
String, BridgeMethodDef> getters = const {}, - Map<
String, BridgeMethodDef> setters = const {}, - 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 {}});