toJson method

Map<String, dynamic> toJson()

Implementation

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