fixed type issue
This commit is contained in:
@@ -21,7 +21,7 @@ class ContentProvider {
|
||||
|
||||
static List<dynamic> get experience => _content['experience'];
|
||||
|
||||
static List<Map<String, dynamic>> get education => _content['education'];
|
||||
static List<dynamic> get education => _content['education'];
|
||||
|
||||
static List<Map<String, dynamic>> get skills => _content['skills'];
|
||||
static List<dynamic> get skills => _content['skills'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user