validate property
dynamic Function()?
validate
getter/setter pair
this method will trigger if inputs are valid or not
Implementation
Function()? validate;
this method will trigger if inputs are valid or not
Function()? validate;