sortKey property

  1. @TagNumber.new(5)
WORKFLOW_RULE_SORT_KEY get sortKey

@optional

@description The field used for sorting.

Implementation

@$pb.TagNumber(5)
WORKFLOW_RULE_SORT_KEY get sortKey => $_getN(4);
  1. @TagNumber.new(5)
set sortKey (WORKFLOW_RULE_SORT_KEY value)

Implementation

@$pb.TagNumber(5)
set sortKey(WORKFLOW_RULE_SORT_KEY value) => $_setField(5, value);