ReferenceName constructor

const ReferenceName(
  1. String name
)

Annotation to use on reference columns inside of a Table to define the name of the filters and orderings for the reverse relation.

Implementation

const ReferenceName(this.name);