Map<String, dynamic> toJson() { final json = _$SortRequestDtoToJson(this); json.removeWhere((_, value) => value == null); return json; }