getNonnull

abstract fun getNonnull(): Boolean
Specifies this column as `NONNULL`, in which case you cannot store `NULL` values in this field.
bool nonnull = 6;

Return

The nonnull.