ParamTransformation.makeValid constructor

const ParamTransformation.makeValid()

Creates a ValidParamTransformation. It represents a transformation where the modddel type(s) of the member parameter should become "valid" (i.e it must become prefixed with 'Valid').

NB : ValidParamTransformations are specific to Entities (because only they have the contentValidation).

NB 2 : There is no maskNb here, because this transformation is always applied on all modddel types at once (because the contentValidation verifies all modddels at once during the same validationStep).

Implementation

const factory ParamTransformation.makeValid() = ValidParamTransformation;