Backlink constructor

const Backlink({
  1. required String to,
})

Annotation to create a backlink to an existing link.

Implementation

const Backlink({required this.to});