count property

  1. @TagNumber(1)
FFValue get count

@doc The number of elements to take from the start of the list.

Implementation

@$pb.TagNumber(1)
FFValue get count => $_getN(0);
  1. @TagNumber(1)
set count (FFValue value)

Implementation

@$pb.TagNumber(1)
set count(FFValue value) => $_setField(1, value);