Connection constructor

Connection({
  1. PhotoId? target,
})

Implementation

Connection({
  this.target,
});