isValid property

bool isValid

Implementation

bool get isValid =>
    fields.values.where((element) => !element.isValid).isEmpty;