columns property
List<ColumnCommand>
get
columns
Column commands that will run when the blueprint is applied.
Implementation
List<ColumnCommand> get columns =>
_columns.map((entry) => entry.toCommand()).toList(growable: false);