UnitTestGenerationService constructor
UnitTestGenerationService({})
Implementation
UnitTestGenerationService({
required String projectName,
String bodyDateFormat = '.toIso8601String()',
String responseDateFormat = '.toIso8601String()',
}) : _projectName = projectName,
_bodyDateFormat = bodyDateFormat,
_responseDateFormat = responseDateFormat;