pins property

  1. @TagNumber.new(1)
PbList<Pin> get pins

the list of pins in the call. Pins are ordered in descending order (most important first).

Implementation

@$pb.TagNumber(1)
$pb.PbList<$0.Pin> get pins => $_getList(0);