isNullable property Null safety

bool? isNullable
read / write

Whether or not this column is nullable.

Implementation

bool? isNullable = false;