ScanResult.empty constructor

ScanResult.empty()

Implementation

factory ScanResult.empty(){
  return _empty;
}