isEmpty property

bool get isEmpty

whether form has any fields

Implementation

bool get isEmpty => _validations.isEmpty;