isNullable property

bool isNullable
inherited

whether value can be nullable or not

Implementation

bool get isNullable => null is T;