isValid property

bool get isValid

Implementation

bool get isValid => fields.every((Field<dynamic> field) => field.isValid);