RepricingRuleEligibleOfferMatcherStringMatcher.fromJson constructor
RepricingRuleEligibleOfferMatcherStringMatcher.fromJson(
- Map json_
Implementation
RepricingRuleEligibleOfferMatcherStringMatcher.fromJson(core.Map json_)
: this(
strAttributes: json_.containsKey('strAttributes')
? (json_['strAttributes'] as core.List)
.map((value) => value as core.String)
.toList()
: null,
);