MssqlGraphRelation constructor

const MssqlGraphRelation(
  1. MssqlRelation<Object?, Object?> relation,
  2. List<MssqlGraphInsert<Object?>> nodes
)

Implementation

const MssqlGraphRelation(this.relation, this.nodes);