updateItemAtIndex property

  1. @TagNumber(8)
FFLocalStateUpdateListItem get updateItemAtIndex

@doc Update the value of an item at the specified index.

Implementation

@$pb.TagNumber(8)
FFLocalStateUpdateListItem get updateItemAtIndex => $_getN(7);
  1. @TagNumber(8)
set updateItemAtIndex (FFLocalStateUpdateListItem value)

Implementation

@$pb.TagNumber(8)
set updateItemAtIndex(FFLocalStateUpdateListItem value) =>
    $_setField(8, value);