Enum PrefersContrast
[JsonConverter(typeof(KebabCaseEnumConverter<PrefersContrast>))]
public enum PrefersContrast
Fields
Custom = 3Less = 2More = 1NoPreference = 0
[JsonConverter(typeof(KebabCaseEnumConverter<PrefersContrast>))]
public enum PrefersContrast
Custom = 3Less = 2More = 1NoPreference = 0