NotEmptyValidator constructor

NotEmptyValidator({
  1. bool trim = true,
  2. String message = "不可为空",
})

Implementation

NotEmptyValidator({this.trim = true, this.message = "不可为空"});