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