toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final createTime = this.createTime;
final displayName = this.displayName;
final matterId = this.matterId;
final query = this.query;
final savedQueryId = this.savedQueryId;
return {
'createTime': ?createTime,
'displayName': ?displayName,
'matterId': ?matterId,
'query': ?query,
'savedQueryId': ?savedQueryId,
};
}