TypedPropertyDefinition.withUriAndFlagsAndNullable constructor
TypedPropertyDefinition.withUriAndFlagsAndNullable(
- String xmlElementName,
- String uri,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version,
- bool isNullable,
Implementation
TypedPropertyDefinition.withUriAndFlagsAndNullable(
String xmlElementName,
String uri,
List<PropertyDefinitionFlags> flags,
ExchangeVersion version,
bool isNullable)
: super.withUriAndFlags(xmlElementName, uri, flags, version) {
this.isNullable = isNullable;
}