TestScriptTest constructor

const TestScriptTest({
  1. String? name,
  2. @JsonKey(name: '_name') Element? nameElement,
  3. String? description,
  4. @JsonKey(name: '_description') Element? descriptionElement,
  5. required List<TestScriptAction1> action,
})

Implementation

const factory TestScriptTest({
  String? name,
  @JsonKey(name: '_name') Element? nameElement,
  String? description,
  @JsonKey(name: '_description') Element? descriptionElement,
  required List<TestScriptAction1> action,
}) = _TestScriptTest;