isUnFuturedTypeNullable property

bool get isUnFuturedTypeNullable

If the type is a Future or FutureOr, returns the nullability of the type of the Future.

Implementation

bool get isUnFuturedTypeNullable => unFuturedType.nullabilitySuffix != NullabilitySuffix.none;