GraphScanner<T> constructor

GraphScanner<T>({
  1. bool findAll = false,
})

Implementation

GraphScanner({this.findAll = false});