GraphReadOptions constructor

const GraphReadOptions({
  1. String? point,
  2. String? forward,
  3. String? backward,
  4. String? modulo,
})

Implementation

const GraphReadOptions(
    {this.point, this.forward, this.backward, this.modulo});