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