XmlConverterXmlElementBuilderGenerator constructor

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

Implementation

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