VeryGoodOpenSource / formz

A unified form representation in Dart used at Very Good Ventures 🦄

Home Page:https://pub.dev/packages/formz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mixin isDirty

yehorh opened this issue · comments

mixin isDirty has a wrong description or implementation

/// Whether all of the [FormzInput] are dirty.

/// Whether all of the [FormzInput] are dirty.
bool get isDirty => !isPure;

Currently, it outputs if any FormzInput is dirty