mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-16 04:12:32 -06:00
Remove all generated files, add fdroid metadata skeleton
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'inbox_state.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
InboxState _$InboxStateFromJson(Map<String, dynamic> json) => InboxState(
|
||||
isHintAcknowledged: json['isHintAcknowledged'] as bool? ?? false,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$InboxStateToJson(InboxState instance) =>
|
||||
<String, dynamic>{
|
||||
'isHintAcknowledged': instance.isHintAcknowledged,
|
||||
};
|
||||
Reference in New Issue
Block a user