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