isNullable property

bool isNullable

whether value can be nullable or not

Implementation

bool get isNullable => null is T;