needsThrough property
bool
get
needsThrough
Implementation
bool get needsThrough => const <MssqlRelationKind>{
MssqlRelationKind.belongsToMany,
MssqlRelationKind.hasOneThrough,
MssqlRelationKind.hasManyThrough,
MssqlRelationKind.morphToMany,
}.contains(kind);