relation property

String? get relation

The type of relationship this link represents (e.g., 'next', 'previous').

Implementation

String? get relation => relationField.getValue(_json);