EnumValue constructor

EnumValue({
  1. String name = '',
  2. int number = 0,
  3. List<Option> options = const [],
})

Implementation

EnumValue({this.name = '', this.number = 0, this.options = const []})
  : super(fullyQualifiedName);