sortKey property
@optional
@description The specific field key to sort the results by.
Implementation
@$pb.TagNumber(5)
DEBIT_NOTE_SORT_KEY get sortKey => $_getN(4);
Implementation
@$pb.TagNumber(5)
set sortKey(DEBIT_NOTE_SORT_KEY value) => $_setField(5, value);