XmlCDATAGetterGenerator constructor

const XmlCDATAGetterGenerator({
  1. bool isNullable = false,
})

Implementation

const XmlCDATAGetterGenerator({bool isNullable = false})
    : _isNullable = isNullable;