Target constructor

const Target({
  1. Sys? sys,
})

We find the target inside the data of the embedded-asset-block node. It contains the sys of the asset/file. where we find it's id, type and linkType. And we use it to retrieve the asset from the Includes object.

Implementation

const factory Target({
  Sys? sys,
}) = _Target;