16 lines
514 B
Dart
16 lines
514 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'issue_preview_controller.dart';
|
|
|
|
// **************************************************************************
|
|
// JsonSerializableGenerator
|
|
// **************************************************************************
|
|
|
|
IssuePreviewInfoModel _$IssuePreviewInfoModelFromJson(
|
|
Map<String, dynamic> json) =>
|
|
IssuePreviewInfoModel();
|
|
|
|
Map<String, dynamic> _$IssuePreviewInfoModelToJson(
|
|
IssuePreviewInfoModel instance) =>
|
|
<String, dynamic>{};
|