You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
570 B
17 lines
570 B
2 years ago
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'wx_pay_model.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// JsonSerializableGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
WxPayModel _$WxPayModelFromJson(Map<String, dynamic> json) => WxPayModel(
|
||
|
prepayId: json['prepayId'] as String,
|
||
|
partnerId: json['partnerId'] as String,
|
||
|
timeStamp: json['timeStamp'] as String,
|
||
|
nonceStr: json['nonceStr'] as String,
|
||
|
package: json['package'] as String,
|
||
|
sign: json['sign'] as String,
|
||
|
);
|