$CustomListTargetingSetting.fromJson constructor
$CustomListTargetingSetting.fromJson(
- Map json_
Implementation
$CustomListTargetingSetting.fromJson(core.Map json_)
: this(
customListId: json_['customListId'] as core.String?,
);