ForeignKeyDaoField constructor

const ForeignKeyDaoField(
  1. Type foreignType, {
  2. String? name,
})

Implementation

const ForeignKeyDaoField(this.foreignType, {String? name})
    : super(name: name, length: null);