validate property
dynamic Function()?
validate
final
this method will called when inputs provided are proper or not
Implementation
final Function()? validate;
this method will called when inputs provided are proper or not
final Function()? validate;