ClassDefinition constructor

ClassDefinition(
  1. String _name, [
  2. bool _privateFields = false,
  3. bool? _withCopyConstructor = false
])

Implementation

ClassDefinition(
  this._name, [
  this._privateFields = false,
  this._withCopyConstructor = false,
]);