I/flutter (23123): type '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'BannerModel'

Viewed 14

ماهوا الحل لوسمحتوا I/flutter (23123): type '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'BannerModel'

enter image description here

1 Answers

Probably it needs to be

banners.add(BannerModel.fromjson(element));
Related