selectedCells property

  1. @TagNumber(3)
List<Cell> get selectedCells

A list of 1 or more selected cells for this transaction

Implementation

@$pb.TagNumber(3)
$core.List<Cell> get selectedCells => $_getList(2);