UnknownEnumValueException constructor

const UnknownEnumValueException(
  1. String message
)

Implementation

const UnknownEnumValueException(this.message);