stdbool typedef

stdbool = bool

Defines stdbool as a typedef to Dart's bool.

Implementation

typedef stdbool = bool;