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.

14 lines
497 B

2 years ago
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'update_model.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
UpdateModel _$UpdateModelFromJson(Map<String, dynamic> json) => UpdateModel(
2 years ago
versionCode: json['versionCode'] as String,
2 years ago
versionName: json['versionName'] as String,
modifyContent: json['modifyContent'] as String,
);