coreValue property

  1. @visibleForTesting
RT_DrawStatus coreValue

Implementation

@visibleForTesting
RT_DrawStatus get coreValue => switch (this) {
      inProgress => RT_DrawStatus.RT_DrawStatus_inProgress,
      completed => RT_DrawStatus.RT_DrawStatus_completed,
    };