Backlink constructor

const Backlink([
  1. String to = ''
])

If there are multiple relations pointing to the current entity, specify the field name of the desired source relation: Backlink('sourceField').

Implementation

const Backlink([this.to = '']);