coreValue property

  1. @visibleForTesting
RT_HTTPOperation coreValue

Implementation

@visibleForTesting
RT_HTTPOperation get coreValue => switch (this) {
      get => RT_HTTPOperation.RT_HTTPOperation_get,
      post => RT_HTTPOperation.RT_HTTPOperation_post,
      multipartPost => RT_HTTPOperation.RT_HTTPOperation_multipartPost,
      rawPost => RT_HTTPOperation.RT_HTTPOperation_rawPost,
      unknown => RT_HTTPOperation.RT_HTTPOperation_unknown,
    };