relation property
String?
get
relation
The type of relationship this link represents (e.g., 'next', 'previous').
Implementation
String? get relation => relationField.getValue(_json);
The type of relationship this link represents (e.g., 'next', 'previous').
String? get relation => relationField.getValue(_json);