BannerList.fromJson constructor
BannerList.fromJson(
- dynamic json
Implementation
BannerList.fromJson(dynamic json) {
_image = json['image'];
_imageFull = json['image_full'];
}
BannerList.fromJson(dynamic json) {
_image = json['image'];
_imageFull = json['image_full'];
}