isNullable property

bool get isNullable
inherited

whether value can be nullable or not

Implementation

bool get isNullable => null is T;