condition property

bool Function(String? value) condition
final

Decides whether validator should run for the given value.

Implementation

final bool Function(String? value) condition;