TestScriptTeardown constructor

const TestScriptTeardown({
  1. required List<TestScriptAction2> action,
})

Implementation

const factory TestScriptTeardown({
  required List<TestScriptAction2> action,
}) = _TestScriptTeardown;