LocalFirstProperties

class LocalFirstProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true) : EnabledCapable

Constructors

Link copied to clipboard
constructor(@DefaultValue(value = ["true"]) enabled: Boolean = true)

Properties

Link copied to clipboard
open override var enabled: Boolean