// GENERATED CODE - DO NOT MODIFY BY HAND part of 'exclude_pn_model.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** ExcludePnModel _$ExcludePnModelFromJson(Map json) => ExcludePnModel( phone: json['phone'] as String, remark: json['remark'] as String, );