XmlCDATAConstructorGenerator constructor

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

Implementation

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