isNullable property

bool isNullable

Implementation

bool get isNullable => reader.peek('isNullable')?.boolValue ?? true;