Allows you to serialize object.
Map<String, dynamic> toJson() => { "limit": limit, "threshold": threshold, "groupIds": groupIds, }.clearNulls();