ErrorEntry constructor

const ErrorEntry({
  1. required String filePath,
  2. required String path,
  3. HttpMethod? method,
})

Creates an error entry.

Implementation

const ErrorEntry({required this.filePath, required this.path, this.method});