LCOV - code coverage report
Current view: top level - api - ref.g.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 6 11 54.5 %
Date: 2021-05-31 17:15:31 Functions: 0 0 -

          Line data    Source code
       1             : // GENERATED CODE - DO NOT MODIFY BY HAND
       2             : 
       3             : // ignore_for_file: implicit_dynamic_parameter, non_constant_identifier_names, unused_element
       4             : 
       5             : part of 'ref.dart';
       6             : 
       7             : // **************************************************************************
       8             : // JsonSerializableGenerator
       9             : // **************************************************************************
      10             : 
      11           7 : _$_Ref _$_$_RefFromJson(Map<String, dynamic> json) {
      12           7 :   return _$_Ref(
      13           7 :     id: json['id'] as String,
      14           7 :     label: json['label'] as String,
      15           7 :     ref: json['ref'] as String,
      16           7 :     isMasterRef: json['isMasterRef'] as bool,
      17             :   );
      18             : }
      19             : 
      20           0 : Map<String, dynamic> _$_$_RefToJson(_$_Ref instance) => <String, dynamic>{
      21           0 :       'id': instance.id,
      22           0 :       'label': instance.label,
      23           0 :       'ref': instance.ref,
      24           0 :       'isMasterRef': instance.isMasterRef,
      25             :     };

Generated by: LCOV version 1.15