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