bannerEntityFromJson function

BannerEntity bannerEntityFromJson(
  1. String str
)

Implementation

BannerEntity bannerEntityFromJson(String str) => BannerEntity.fromJson(json.decode(str));