Target class

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.

Annotations
  • @freezed

Constructors

Target({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.
const
factory
Target.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $TargetCopyWith<Target>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sys Sys?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited