ConfirmableField<T, E extends BaseError>.dirty constructor

const ConfirmableField<T, E extends BaseError>.dirty({
  1. T? value,
  2. T? otherValue,
})

Implementation

const ConfirmableField.dirty({T? value, this.otherValue})
    : super.dirty(value: value);