棉花app新增页面
This commit is contained in:
15
lib/component/img/img_preview_controller.g.dart
Normal file
15
lib/component/img/img_preview_controller.g.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'img_preview_controller.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
ImgPreviewModel _$ImgPreviewModelFromJson(Map<String, dynamic> json) =>
|
||||
ImgPreviewModel()..url = json['url'] as String?;
|
||||
|
||||
Map<String, dynamic> _$ImgPreviewModelToJson(ImgPreviewModel instance) =>
|
||||
<String, dynamic>{
|
||||
'url': instance.url,
|
||||
};
|
||||
Reference in New Issue
Block a user