validate property

(dynamic Function()?) validate
getter/setter pair

this method will called when inputs provided are proper or not

Implementation

Function()? validate;