EnumOption constructor

EnumOption({
  1. String? displayName,
  2. String? id,
})

Implementation

EnumOption({
  this.displayName,
  this.id,
});