As seen in the screen shot the Flutter/Dart SDK is saying my optional parameter should be const. But the DateTime library does not support const constructors as seen in the Github link below.
What am I expected to do here to fix this besides not use a DateTime object type for this?