diff --git a/explain_rol/lib/data_model.dart b/explain_rol/lib/data_model.dart deleted file mode 100644 index a1c294f..0000000 --- a/explain_rol/lib/data_model.dart +++ /dev/null @@ -1,24 +0,0 @@ -// import 'package:flutter/material.dart'; - -class DataModel { - String name; - String race; - String action; - String dice; - String difficulty; - - DataModel( - {required this.name, - required this.race, - required this.action, - required this.dice, - required this.difficulty}); -} - -// { -// "name": "Farhat", -// "race": "goblin", -// "action": "hit the enemy throwing an arrow with the hand", -// "dice": "10", -// "difficulty": "5" -// }