getValidate property

Map<String, FormValidator?> get getValidate

Get the validate data for the form

Implementation

Map<String, FormValidator?> get getValidate => _validate;