coreValue property
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,
};