WatchCreativeRequest.fromJson constructor
WatchCreativeRequest.fromJson(
- Map json_
Implementation
WatchCreativeRequest.fromJson(core.Map json_)
: this(
topic:
json_.containsKey('topic') ? json_['topic'] as core.String : null,
);