iamport_flutter icon indicating copy to clipboard operation
iamport_flutter copied to clipboard

`json_annotation`을 활용한 toJson 구현 및 `toInt()` 메소드 적용

Open AndrewDongminYoo opened this issue 5 months ago • 0 comments

내용

  • json_annotation에 의해 생성된 toJson 메소드를 클래스에서 사용하지 않은 부분을 발견하여 수정했습니다.
  • lib/model 디렉토리 하위의 클래스들에 json_annotation의 최신 버전에서 지원하는 toInt() 메소드를 적용하여 코드를 업데이트했습니다.

참고

  • 해당 변경사항은 JSON 직렬화와 관련된 버그를 방지하고, 최신 기능을 활용하기 위한 업데이트입니다.

AndrewDongminYoo avatar Aug 28 '24 05:08 AndrewDongminYoo