ErrorUpdate constructor

ErrorUpdate(
  1. Object error, {
  2. required bool isValueValid,
})

Implementation

ErrorUpdate(this.error, {required this.isValueValid});