Closed cgarciae closed 9 years ago
See ParametersProcessos.getValueConverter() method. I think you can just change the last condifition to:
if (paramType == boolType) {
return (String value) => "true" == value.toLowerCase();
}
Thanks @luizmineo ! Code fixed and available on pub :)
This simple examples
gives rise to
meaning that is being passed as a String instead of a bool.