toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (createTime != null) 'createTime': createTime!,
      if (displayName != null) 'displayName': displayName!,
      if (matterId != null) 'matterId': matterId!,
      if (query != null) 'query': query!,
      if (savedQueryId != null) 'savedQueryId': savedQueryId!,
    };