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