mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-03 13:20:34 +00:00
Fixed most of the warnings
This commit is contained in:
parent
715ca0ab3f
commit
f7c3ba0374
87 changed files with 252 additions and 250 deletions
|
@ -63,7 +63,7 @@ class Filter {
|
|||
Map<String, dynamic> toJson() => {
|
||||
"url": url,
|
||||
"name": name,
|
||||
"last_updated": lastUpdated != null ? lastUpdated!.toIso8601String() : null,
|
||||
"last_updated": lastUpdated?.toIso8601String(),
|
||||
"id": id,
|
||||
"rules_count": rulesCount,
|
||||
"enabled": enabled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue