WatchCreativesResponse.fromJson constructor

WatchCreativesResponse.fromJson(
  1. Map json_
)

Implementation

WatchCreativesResponse.fromJson(core.Map json_)
  : this(
      subscription: json_['subscription'] as core.String?,
      topic: json_['topic'] as core.String?,
    );