isPristine property

  1. @override
bool get isPristine
override

If the Validatable is in pristine state (hasn't been touched/modified).

Implementation

@override
bool get isPristine => inputs.every((i) => i.isPristine);