Relationship<E extends DataModelMixin<E>, N> constructor

  1. @protected
Relationship<E extends DataModelMixin<E>, N>(
  1. Set<E>? models
)

Implementation

@protected
Relationship(Set<E>? models) : this._(models?.map((m) => m._key!).toSet());