LazyLoadDetectionResult.empty constructor

LazyLoadDetectionResult.empty()

Creates an empty LazyLoadDetectionResult

Implementation

factory LazyLoadDetectionResult.empty() {
  return LazyLoadDetectionResult(type: LazyLoadType.unknown);
}