UnitTestGenerator constructor
UnitTestGenerator({})
Implementation
UnitTestGenerator({
required this.className,
required this.importPath,
this.methods = const [],
this.isTopLevel = false,
this.mockClassName,
this.mockImportPath,
});