Validator<T> constructor

Validator<T>(
  1. String label
)

Validator 验证器基类

Implementation

Validator(this.label);