Bool typedef

Bool = bool

Aliases for TL base types to Dart types.

Implementation

typedef Bool = bool;