Fixed Remaining Migration Errors
This commit is contained in:
@ -16,7 +16,6 @@ class TimeProgressRepository {
|
||||
}
|
||||
return Future<List<TimeProgressEntity>>.value(codec
|
||||
.decode(jsonString)["timers"]
|
||||
.cast<Map<String, Object>>()
|
||||
.map<TimeProgressEntity>(TimeProgressEntity.fromJson)
|
||||
.toList(growable: false));
|
||||
}
|
||||
|
Reference in New Issue
Block a user