`ColNames.() -> List<Boolean?>` is the ty...
# getting-started
d
ColNames.() -> List<Boolean?>
is the type of a function object.
ColNames.(): List<Boolean?>
is the signature in the declaration of a function. See the difference?