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