InvalidOption constructor

InvalidOption(
  1. String value
)

Implementation

InvalidOption(String value) : super._('invalid', value);