Bool
The standard Boolean type, which can either be true or false.
On static targets, null cannot be assigned to Bool. If this is necessary,
`Null<Bool>` can be used instead.
Bool
The standard Boolean type, which can either be true or false.
On static targets, null cannot be assigned to Bool. If this is necessary,
`Null<Bool>` can be used instead.