Boolean
A custom inline value class that wraps a kotlin.Boolean
to provide additional functionality or semantics.
The Boolean
value class is used to represent a logical value, either true
or false
, with the added capability of being part of a custom implementation.