Boolean constructor

Boolean(
  1. bool value
)

Constructor.

Implementation

Boolean(this.value) : super._();