We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Basic usage (markdown)
Since it says the default is false in the comment I've changed the sample code to reflect this, but please revert if I've misunderstood what's going on here.
Change getOrElse("true") to getOrElse(true) since it wants a Boolean
Created Basic usage (markdown)