LCOV - code coverage report
Current view: top level - core/models - error_details.g.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 4 7 57.1 %
Date: 2023-09-11 12:57:57 Functions: 0 0 -

          Line data    Source code
       1             : // GENERATED CODE - DO NOT MODIFY BY HAND
       2             : 
       3             : part of "error_details.dart";
       4             : 
       5             : // **************************************************************************
       6             : // JsonSerializableGenerator
       7             : // **************************************************************************
       8             : 
       9           6 : ErrorDetails _$ErrorDetailsFromJson(Map<String, dynamic> json) => ErrorDetails(
      10           3 :       errors: (json["errors"] as List<dynamic>)
      11           9 :           .map((e) => ErrorDetail.fromJson(e as Map<String, dynamic>))
      12           3 :           .toList(),
      13             :     );
      14             : 
      15           0 : Map<String, dynamic> _$ErrorDetailsToJson(ErrorDetails instance) =>
      16           0 :     <String, dynamic>{
      17           0 :       "errors": instance.errors,
      18             :     };

Generated by: LCOV version 1.14