BannerEntity constructor

BannerEntity({
  1. List<Datum>? data,
  2. int? errorCode,
  3. String? errorMsg,
})

Implementation

BannerEntity({
	this.data,
	this.errorCode,
	this.errorMsg,
});