NonNullValidator<T> constructor

const NonNullValidator<T>({
  1. String? message,
})

Implementation

const NonNullValidator({this.message});