FormattedValuePart constructor
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]);
Creates a FormattedValuePart.
Parameters:
part (InputPart, required): The input part definition.value (String?, optional): The value for this part.const FormattedValuePart(this.part, [this.value]);