insertAtIndex property
@doc Insert the value at the specified index in the list.
Implementation
@$pb.TagNumber(10)
FFLocalStateInsertListItem get insertAtIndex => $_getN(9);
Implementation
@$pb.TagNumber(10)
set insertAtIndex(FFLocalStateInsertListItem value) => $_setField(10, value);