emptyEntityFactory property
T Function()
emptyEntityFactory
final
provide an empty Object which you are use with this CRUD UI, which we get back when click on the submit button of the form
Implementation
final T Function() emptyEntityFactory;