toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (creativeStatusRows != null)
'creativeStatusRows':
creativeStatusRows!.map((value) => value.toJson()).toList(),
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
};