Rule<T> constructor

Rule<T>(
  1. String? validationMessage
)

The default constructor, taking custom validationMessage.

Implementation

Rule(this.validationMessage);