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