XmlAttributeBuilderGenerator constructor

const XmlAttributeBuilderGenerator(
  1. String _name, {
  2. String? namespace,
  3. bool isNullable = false,
})

Implementation

const XmlAttributeBuilderGenerator(
  this._name, {
  String? namespace,
  bool isNullable = false,
})  : _namespace = namespace,
      _isNullable = isNullable;