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