ToValidateParam<T> constructor

ToValidateParam<T>(
  1. T text,
  2. T customMessage
)

Implementation

ToValidateParam(this.text, this.customMessage);