LCOV - code coverage report
Current view: top level - types/simple/simple_text - simple_text.g.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 7 12 58.3 %
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 'simple_text.dart';
       6             : 
       7             : // **************************************************************************
       8             : // JsonSerializableGenerator
       9             : // **************************************************************************
      10             : 
      11           1 : _$_SimpleText _$_$_SimpleTextFromJson(Map<String, dynamic> json) {
      12           1 :   return _$_SimpleText(
      13           1 :     spans: (json['spans'] as List<dynamic>)
      14           1 :         .map((e) => Span.fromJson(e as Map<String, dynamic>))
      15           1 :         .toList(),
      16           1 :     text: json['text'] as String,
      17           1 :     type: json['type'] as String,
      18             :   );
      19             : }
      20             : 
      21           0 : Map<String, dynamic> _$_$_SimpleTextToJson(_$_SimpleText instance) =>
      22           0 :     <String, dynamic>{
      23           0 :       'spans': instance.spans,
      24           0 :       'text': instance.text,
      25           0 :       'type': instance.type,
      26             :     };

Generated by: LCOV version 1.15