EnumSet<T extends Enum> constructor

const EnumSet<T extends Enum>([
  1. int rawValue = 0
])

Implementation

const EnumSet([this.rawValue = 0]);