MarketingDataInsightsAttribute.fromJson constructor

MarketingDataInsightsAttribute.fromJson(
  1. Map json_
)

Implementation

MarketingDataInsightsAttribute.fromJson(core.Map json_)
  : this(
      ageRange: json_['ageRange'] as core.String?,
      gender: json_['gender'] as core.String?,
      lift: (json_['lift'] as core.num?)?.toDouble(),
      userInterestId: json_['userInterestId'] as core.String?,
    );