isValid property

bool isValid

all field is valid

Implementation

bool get isValid => _snapshots.every((element) => element.isValid);