This morning I was trying to verify an invocation with Mockito in Dart, but somehow it threw an error about Null.
The argument type 'Null' can't be assigned to the parameter type 'Todo'. dart(argument_type_not_assignable)
A few searches proposed unsatisfactory workarounds, basically saying we should change our