unsigned method

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

Implementation

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