implement this function to validate value
value
value is the value of instance or member of property where decorator placed
should return true if value is valid
@override bool isValid(dynamic value) => true;