@override bool validate(dynamic value, data) { return value != null && value.toString().isNotEmpty; }