TestScriptLink constructor

const TestScriptLink({
  1. String? url,
  2. @JsonKey(name: '_url') Element? urlElement,
  3. String? description,
  4. @JsonKey(name: '_description') Element? descriptionElement,
})

Implementation

const factory TestScriptLink({
  String? url,
  @JsonKey(name: '_url') Element? urlElement,
  String? description,
  @JsonKey(name: '_description') Element? descriptionElement,
}) = _TestScriptLink;