본문 바로가기
Flutter

[Flutter / 일반] instance of 'Class' 활용

by hymndaniel 2022. 3. 15.

https://docs.flutter.dev/development/data-and-backend/json

 

JSON and serialization

How to use JSON with Flutter.

docs.flutter.dev

 

json을 Class로 받을때는 fromJson, class를 사용할때는 toJson으로 접근할 수 있음

728x90