ReferenceType constructor

ReferenceType(
  1. String otype, {
  2. String constraint = notNull,
  3. String cascade = "",
  4. String column = fdOid,
})

Implementation

factory ReferenceType(String otype, {String constraint = notNull,
  String cascade = "", String column = fdOid})
=> _RefType(otype, constraint, cascade, column);