FormattedValuePart constructor

const FormattedValuePart(
  1. InputPart part, [
  2. String? value
])

Creates a FormattedValuePart.

Parameters:

  • part (InputPart, required): The input part definition.
  • value (String?, optional): The value for this part.

Implementation

const FormattedValuePart(this.part, [this.value]);