FakerMaker constructor
FakerMaker(
- DartDeclaration declaration,
- String className,
- String type,
- bool isModel,
Implementation
FakerMaker(
this.declaration,
this.className,
this.type,
// ignore: avoid_positional_boolean_parameters
this.isModel,
);