coreValue property

  1. @visibleForTesting
RT_SortOrder coreValue

Implementation

@visibleForTesting
RT_SortOrder get coreValue => switch (this) {
      ascending => RT_SortOrder.RT_SortOrder_ascending,
      descending => RT_SortOrder.RT_SortOrder_descending,
    };