BoolDebugSetting

public protocol BoolDebugSetting : DebugSetting

DebugSetting that has a boolean value.

  • Setting current value.

    Declaration

    Swift

    var value: Bool { get set }