toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final manifests = this.manifests;
  final nextPageToken = this.nextPageToken;
  return {'manifests': ?manifests, 'nextPageToken': ?nextPageToken};
}