DBMetaEdge constructor
const
DBMetaEdge({})
Implementation
const DBMetaEdge({
required this.table,
required this.type,
this.unique = false,
this.field = IDField,
this.ref = IDField,
this.required = false,
});