acceptsNull property

bool get acceptsNull

Whether T permits a null Dart result.

Implementation

bool get acceptsNull => null is T;