FormControlNotFoundException constructor

FormControlNotFoundException({
  1. String? controlName,
})

Creates an instance of the exception.

Requires the controlName that represents the name of the control that was not found.

Implementation

FormControlNotFoundException({this.controlName});