NotNullValidator<T> constructor

const NotNullValidator<T>(
  1. String error
)

Implementation

const NotNullValidator(String error) : super(error);