isNullableTypeDescriptor function

bool isNullableTypeDescriptor(
  1. $AT descriptor
)

Implementation

bool isNullableTypeDescriptor($AT descriptor) =>
    descriptor.mapType<bool>(<X>() => null is X);