// GENERATED CODE - DO NOT MODIFY BY HAND part of 'img_preview_controller.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** ImgPreviewModel _$ImgPreviewModelFromJson(Map json) => ImgPreviewModel()..url = json['url'] as String?; Map _$ImgPreviewModelToJson(ImgPreviewModel instance) => { 'url': instance.url, };