Skip to content

Commit

Permalink
Use string type
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur authored Jul 11, 2018
1 parent 7c912b8 commit 938cd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Event {
final String id;
final String title;
final String originalTitle;
final int productionYear;
final String productionYear;
final String genres;
final List<String> directors;
final String lengthInMinutes;
Expand Down

0 comments on commit 938cd15

Please sign in to comment.