coreValue property

  1. @visibleForTesting
RT_UserInterfaceStyle coreValue

Implementation

@visibleForTesting
RT_UserInterfaceStyle get coreValue => switch (this) {
      unspecified => RT_UserInterfaceStyle.RT_UserInterfaceStyle_unspecified,
      light => RT_UserInterfaceStyle.RT_UserInterfaceStyle_light,
      dark => RT_UserInterfaceStyle.RT_UserInterfaceStyle_dark,
    };