Open
Description
I'm not sure that this is a right place for filling this issue but I didn't find the better one.
Please see https://api.dart.dev/dart-core/Null-class.html.
The
Null
class is the only class which does not implementObject
.
But at the same time, the members of this class are marked as override
and inherited
. This contradicts the statement above.