XmlTextXmlElementConstructorGenerator constructor

const XmlTextXmlElementConstructorGenerator(
  1. String _name, {
  2. String? namespace,
  3. bool? isSelfClosing,
  4. bool? includeIfNull,
  5. bool isNullable = false,
})

Implementation

const XmlTextXmlElementConstructorGenerator(
  this._name, {
  String? namespace,
  bool? isSelfClosing,
  bool? includeIfNull,
  bool isNullable = false,
})  : _namespace = namespace,
      _isSelfClosing = isSelfClosing,
      _includeIfNull = includeIfNull,
      _isNullable = isNullable;