MssqlRelationNotLoadedException constructor

const MssqlRelationNotLoadedException(
  1. String table,
  2. String relation
)

Implementation

const MssqlRelationNotLoadedException(this.table, this.relation);