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