GraphDefinitionTarget constructor

const GraphDefinitionTarget({
  1. String? type,
  2. @JsonKey(name: '_type') Element? typeElement,
  3. String? profile,
  4. @JsonKey(name: '_profile') Element? profileElement,
  5. List<GraphDefinitionCompartment>? compartment,
  6. List<GraphDefinitionLink>? link,
})

Implementation

const factory GraphDefinitionTarget({
  String? type,
  @JsonKey(name: '_type') Element? typeElement,
  String? profile,
  @JsonKey(name: '_profile') Element? profileElement,
  List<GraphDefinitionCompartment>? compartment,
  List<GraphDefinitionLink>? link,
}) = _GraphDefinitionTarget;