MarketingDataInsightsAttribute.fromJson constructor
MarketingDataInsightsAttribute.fromJson(
- 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?,
);