mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-15 18:25:59 -07:00
chore:cleanup-packages breaking: remove isar (#474)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
ab6182f69d
commit
6357b9843c
81 changed files with 31400 additions and 25673 deletions
|
|
@ -6,8 +6,8 @@ part of 'key_combinations.dart';
|
|||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
_$KeyCombinationImpl _$$KeyCombinationImplFromJson(Map<String, dynamic> json) =>
|
||||
_$KeyCombinationImpl(
|
||||
_KeyCombination _$KeyCombinationFromJson(Map<String, dynamic> json) =>
|
||||
_KeyCombination(
|
||||
key: _$JsonConverterFromJson<String, LogicalKeyboardKey>(
|
||||
json['key'], const LogicalKeyboardSerializer().fromJson),
|
||||
modifier: _$JsonConverterFromJson<String, LogicalKeyboardKey>(
|
||||
|
|
@ -18,8 +18,7 @@ _$KeyCombinationImpl _$$KeyCombinationImplFromJson(Map<String, dynamic> json) =>
|
|||
json['altModifier'], const LogicalKeyboardSerializer().fromJson),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$$KeyCombinationImplToJson(
|
||||
_$KeyCombinationImpl instance) =>
|
||||
Map<String, dynamic> _$KeyCombinationToJson(_KeyCombination instance) =>
|
||||
<String, dynamic>{
|
||||
'key': _$JsonConverterToJson<String, LogicalKeyboardKey>(
|
||||
instance.key, const LogicalKeyboardSerializer().toJson),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue