EnumException constructor

const EnumException(
  1. String message
)

Implementation

const EnumException(this.message);