LCOV - code coverage report
Current view: top level - types/simple/geopoint - geopoint.g.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 4 8 50.0 %
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 'geopoint.dart';
       6             : 
       7             : // **************************************************************************
       8             : // JsonSerializableGenerator
       9             : // **************************************************************************
      10             : 
      11           1 : _$_Geopoint _$_$_GeopointFromJson(Map<String, dynamic> json) {
      12           1 :   return _$_Geopoint(
      13           2 :     latitude: (json['latitude'] as num).toDouble(),
      14           2 :     longitude: (json['longitude'] as num).toDouble(),
      15             :   );
      16             : }
      17             : 
      18           0 : Map<String, dynamic> _$_$_GeopointToJson(_$_Geopoint instance) =>
      19           0 :     <String, dynamic>{
      20           0 :       'latitude': instance.latitude,
      21           0 :       'longitude': instance.longitude,
      22             :     };

Generated by: LCOV version 1.15