Welltested constructor
const
Welltested({
- List<
String> excludedMethods = const [], - List<
ScreenType> screenTypes = const [ScreenType.Mobile],
Implementation
const Welltested(
{this.excludedMethods = const [],
this.screenTypes = const [ScreenType.Mobile]});