Welltested constructor

const Welltested({
  1. List<String> excludedMethods = const [],
  2. List<ScreenType> screenTypes = const [ScreenType.Mobile],
})

Implementation

const Welltested(
    {this.excludedMethods = const [],
    this.screenTypes = const [ScreenType.Mobile]});