--
1) model안에 stat_model 있고 그 안에 statmodel class가 있음.
2) api data를 관리하기 위한 repository가 있으며, 여기에 stat_repository.dart가 있고 여기 안에 statrepository 있음.
*** 이 statrepository 안에서 Future<List>형태로 return 값을 반환하고 있음
3) model안에 status_model이 있고 statusmodel class는 stat_model에는 없는 상태에 대한 정보가 들어있음.
'이름: ${widget.username}'