$Channel00.fromJson constructor

$Channel00.fromJson(
  1. Map json_
)

Implementation

$Channel00.fromJson(core.Map json_)
  : this(
      advertiserId: json_['advertiserId'] as core.String?,
      channelId: json_['channelId'] as core.String?,
      displayName: json_['displayName'] as core.String?,
      name: json_['name'] as core.String?,
      negativelyTargetedLineItemCount:
          json_['negativelyTargetedLineItemCount'] as core.String?,
      partnerId: json_['partnerId'] as core.String?,
      positivelyTargetedLineItemCount:
          json_['positivelyTargetedLineItemCount'] as core.String?,
    );