ErrorEntry constructor
const
ErrorEntry({
- required String filePath,
- required String path,
- HttpMethod? method,
Creates an error entry.
Implementation
const ErrorEntry({required this.filePath, required this.path, this.method});