CreativeDealAssociation.fromJson constructor
CreativeDealAssociation.fromJson(
- Map json_
Implementation
CreativeDealAssociation.fromJson(core.Map json_)
: this(
accountId: json_.containsKey('accountId')
? json_['accountId'] as core.String
: null,
creativeId: json_.containsKey('creativeId')
? json_['creativeId'] as core.String
: null,
dealsId: json_.containsKey('dealsId')
? json_['dealsId'] as core.String
: null,
);