Edge constructor

Edge({
  1. String? destinationId,
  2. String? sourceId,
})

Implementation

Edge({
  this.destinationId,
  this.sourceId,
});