DiscoveryclustersClustersBannerWithContentContainer.fromJson constructor
DiscoveryclustersClustersBannerWithContentContainer.fromJson(
- Map json_
Implementation
DiscoveryclustersClustersBannerWithContentContainer.fromJson(core.Map json_)
: this(
fillColorArgb: json_['fillColorArgb'] as core.String?,
imageUrl: json_['imageUrl'] as core.String?,
maskColorArgb: json_['maskColorArgb'] as core.String?,
moreButtonText: json_['moreButtonText'] as core.String?,
moreButtonUrl: json_['moreButtonUrl'] as core.String?,
textColorArgb: json_['textColorArgb'] as core.String?,
);