links property

List<IFactLink>? get links

Property getter and setter for links:

Implementation

List<IFactLink>? get links;
set links (List<IFactLink>? links)

Implementation

set links(List<IFactLink>? links);