fixed warns and timetable thing again

This commit is contained in:
Kima
2023-09-18 20:22:42 +02:00
parent 6d7a21dc02
commit c4dc03f41d
4 changed files with 10 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ class Ad {
});
factory Ad.fromJson(Map json) {
print(json);
return Ad(
title: json['title'] ?? 'Ad',
description: json['description'] ?? '',