FdcFieldValueChangeReplacement<T> constructor

const FdcFieldValueChangeReplacement<T>(
  1. T? replacementValue, {
  2. Map<String, Object?> additionalValues = const <String, Object?>{},
})

Creates a result that replaces the proposed value.

Implementation

const FdcFieldValueChangeReplacement(
  this.replacementValue, {
  super.additionalValues = const <String, Object?>{},
}) : super._();