EnumMember constructor
Parametric constructor for EnumMember.
Implementation
EnumMember({
required this.name,
this.documentationComments = const <String>[],
});
Parametric constructor for EnumMember.
EnumMember({
required this.name,
this.documentationComments = const <String>[],
});