FieldChangedEvent<TSource, TValue> constructor

const FieldChangedEvent<TSource, TValue>(
  1. FieldModel<TSource, TValue> model,
  2. TValue value,
  3. FieldChangeSource source
)

Implementation

const FieldChangedEvent(
    FieldModel<TSource, TValue> model, TValue value, this.source)
    : super(model, value);