row method Null safety

  1. @protected
BPRow row(
  1. List<BPCell> cells
)

Implementation

@protected
BPRow row(List<BPCell> cells) => BPRow(cells, this);