mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-12 07:10:41 -06:00
Remove all generated files, add fdroid metadata skeleton
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'open_created_document_notification_payload.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
CreateDocumentSuccessNotificationResponsePayload
|
||||
_$CreateDocumentSuccessNotificationResponsePayloadFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
CreateDocumentSuccessNotificationResponsePayload(
|
||||
json['documentId'] as int,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$CreateDocumentSuccessNotificationResponsePayloadToJson(
|
||||
CreateDocumentSuccessNotificationResponsePayload instance) =>
|
||||
<String, dynamic>{
|
||||
'documentId': instance.documentId,
|
||||
};
|
||||
Reference in New Issue
Block a user