UnmappedAttribute constructor

UnmappedAttribute({
  1. Attribute? attribute,
  2. EntityType? type,
})

Implementation

UnmappedAttribute({
  this.attribute,
  this.type,
});