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