always method

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

Implementation

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