checkIsNullable<T> static method

bool checkIsNullable<T>()

Implementation

static bool checkIsNullable<T>() => null is T;