nullable method

ColumnBuilder nullable([
  1. bool value = true
])

Implementation

ColumnBuilder nullable([bool value = true]) {
  _entry.updateDefinition(_definition.copyWith(nullable: value));
  return this;
}