$CustomListTargetingSetting.fromJson constructor

$CustomListTargetingSetting.fromJson(
  1. Map json_
)

Implementation

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