Edge constructor

Edge({
  1. int? count,
})

Implementation

Edge({
  this.count,
});