I am trying to decode a field called noteLastUpdateDate with DateTime.parse() from JSON but it is a nullable field so if it is null DateTime.parse() method throws an exception like this:
Unhandled Exception: FormatException: Invalid date format.
Do you have any recommendations to fix this?
