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