FakerMaker constructor

FakerMaker(
  1. DartDeclaration declaration,
  2. String className,
  3. String type,
  4. bool isModel,
)

Implementation

FakerMaker(
  this.declaration,
  this.className,
  this.type,
  // ignore: avoid_positional_boolean_parameters
  this.isModel,
);