acceptsNull property
bool
get
acceptsNull
Whether T permits a null Dart result.
Implementation
bool get acceptsNull => null is T;
Whether T permits a null Dart result.
bool get acceptsNull => null is T;