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