BannerList.fromJson constructor

BannerList.fromJson(
  1. dynamic json
)

Implementation

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