IgnoreIfFunction typedef

IgnoreIfFunction = bool Function({dynamic current_val, dynamic orig_val, dynamic user})

Function used to get if the variable should be ignored

Implementation

typedef bool IgnoreIfFunction({var user, var orig_val, var current_val});