isNullable property

bool isNullable

True if the filed holds a nullable type

Implementation

bool get isNullable => null is T;