isManyToMany property

bool isManyToMany

Implementation

bool get isManyToMany =>
    type == RelationshipType.hasMany && throughContext != null;