$CreativeFieldAssignment.fromJson constructor

$CreativeFieldAssignment.fromJson(
  1. Map json_
)

Implementation

$CreativeFieldAssignment.fromJson(core.Map json_)
  : this(
      creativeFieldId: json_['creativeFieldId'] as core.String?,
      creativeFieldValueId: json_['creativeFieldValueId'] as core.String?,
    );