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