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