BoolPropertyDefinition constructor
      
      BoolPropertyDefinition(
    
- String xmlElementName,
- String uri,
- ExchangeVersion version
Implementation
BoolPropertyDefinition(
    String xmlElementName, String uri, ExchangeVersion version)
    : super.withUri(xmlElementName, uri, version) {}