NullableXmlAttributeConstructorGenerator constructor

const NullableXmlAttributeConstructorGenerator(
  1. String name, {
  2. String? namespace,
})

Implementation

const NullableXmlAttributeConstructorGenerator(
  String name, {
  String? namespace,
}) : super(name, namespace: namespace, isNullable: true);