linkDomainFn property

TypedAccessorFn<Link<N, L>, D> linkDomainFn
final

Accessor function that returns the domain for a link.

The domain should be a unique identifier for the link

Implementation

final TypedAccessorFn<Link<N, L>, D> linkDomainFn;