NotEmpty constructor

const NotEmpty({
  1. String? message,
})

Implementation

const NotEmpty({this.message}) : super(const [notEmpty]);