IsFalse<T> constructor

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

Creates a new instance of the IsFalse validation rule.

  • message A custom validation message (optional) to be displayed when the validation fails.

Implementation

IsFalse({String? message}) : super(message);