Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
#8. Fixing analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-tm committed Mar 14, 2019
1 parent 0277540 commit 7225c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/src/model/healthy_entry.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class HealthEntry implements DbEntity {
@override
int get id => _id;

int get FutureData => _futureData;

String get description => _description;

@override
Expand Down

0 comments on commit 7225c17

Please sign in to comment.