XmlTextConstructorGenerator constructor

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

Implementation

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