RddOperationEdge constructor

RddOperationEdge({
  1. int? fromId,
  2. int? toId,
})

Implementation

RddOperationEdge({
  this.fromId,
  this.toId,
});