boolean property

bool? boolean

Optional bool

Implementation

bool? get boolean => _type == Type.bool ? _rawBool : null;