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