nullable property

  1. @TagNumber(8)
bool get nullable

Whether or not the column can accept a null value.

Implementation

@$pb.TagNumber(8)
$core.bool get nullable => $_getBF(6);
  1. @TagNumber(8)
set nullable (bool v)

Implementation

@$pb.TagNumber(8)
set nullable($core.bool v) { $_setBool(6, v); }