TestsConfig constructor

TestsConfig({
  1. required bool enabled,
})

Creates tests config.

Implementation

TestsConfig({required this.enabled});