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