parameters property

List<String> parameters
final

The arguments passed to the validation rule (e.g. min:5 -> '5').

Implementation

final List<String> parameters;