updateSort property

@doc Update the sort of the data table.

Implementation

@$pb.TagNumber(3)
FFDataTableAction_UpdateSort get updateSort => $_getN(2);
  1. @TagNumber(3)
set updateSort (FFDataTableAction_UpdateSort value)

Implementation

@$pb.TagNumber(3)
set updateSort(FFDataTableAction_UpdateSort value) => $_setField(3, value);