Line data    Source code 
       1             : // GENERATED CODE - DO NOT MODIFY BY HAND
       2             : 
       3             : part of 'profile_page_data.dart';
       4             : 
       5             : // **************************************************************************
       6             : // JsonSerializableGenerator
       7             : // **************************************************************************
       8             : 
       9           1 : _$_ProfilePageData _$$_ProfilePageDataFromJson(Map<String, dynamic> json) =>
      10           1 :     _$_ProfilePageData();
      11             : 
      12           1 : Map<String, dynamic> _$$_ProfilePageDataToJson(_$_ProfilePageData instance) =>
      13           1 :     <String, dynamic>{};
       |