PromotionBodyLines.fromJson constructor

PromotionBodyLines.fromJson(
  1. Map json_
)

Implementation

PromotionBodyLines.fromJson(core.Map json_)
  : this(
      htmlTitle: json_['htmlTitle'] as core.String?,
      link: json_['link'] as core.String?,
      title: json_['title'] as core.String?,
      url: json_['url'] as core.String?,
    );