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