인프런 커뮤니티 질문&답변

류지영님의 프로필 이미지
류지영

작성한 질문수

[코드팩토리] [중급] Flutter 진짜 실전! 상태관리, 캐시관리, Code Generation, GoRouter, 인증로직 등 중수가 되기 위한 필수 스킬들!

type 'Null' is not a subtype of type 'List<dynamic>' in type cast

작성

·

1.7K

0

섹션 11 > Pagination 일반화하기 > RatingsPagination 렌더링하기 수강 중인데 "type 'Null' is not a subtype of type 'List<dynamic>' in type cast"라서 RatingCard가 나오지 않는데 어디서 부터 확인해야할 지 모르겠습니다... ㅠㅠ

flutter: [RES] [GET] http://127.0.0.1:3000/restaurant/5ac83bfb-f2b5-55f4-be3c-564be3f01a5b/rating/?count=20

flutter: type 'Null' is not a subtype of type 'List<dynamic>' in type cast

flutter: #0 $RatingModelFromJson (package:actual/rating/model/ratingmodel.g.dart:14:62)

#1 new RatingModel.fromJson (package:actual/rating/model/rating_model.dart:27:62)

#2 RestaurantRatingRepository.paginate.<anonymous closure> (package:actual/restaurant/repository/restaurantrating_repository.g.dart:46:29)

#3 MappedListIterable.elementAt (dart:_internal/iterable.dart:415:31)

#4 ListIterator.moveNext (dart:_internal/iterable.dart:344:26)

#5 new GrowableList.ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189:27)

#6 new GrowableList.of (dart:core-patch/growablearray.dart:150:28)

#7 new List.of (dart:core-patch/array_patch.dart:47:28)

#8 ListIterable.toList (dart:_internal/iterable.dart:214:7)

#9 $CursorPaginationModelFromJson (package:actual/common/model/cursorpagination_model.g.dart:15:60)

#10 new CursorPaginationModel.fromJson (package:actual/common/model/cursor_pagination_model.dart:44:108)

#11 _RestaurantRatin<…>

flutter: Instance of 'CursorPaginationModelError'

답변 1

0

코드팩토리님의 프로필 이미지
코드팩토리
지식공유자

안녕하세요!

에러 메세지는 생각보다 심플합니다.

null을 List<dynamic>으로 예상하고 있다는 뜻인데 제 강의를 따라오시면서 null이면 안되는 상황에 null 이 들어가는 상황은 아마 파라미터 이름을 잘못 넣으셨을 가능성이 높을 것 같습니다 (스펠링 에러).

이부분을 먼저 체크해보시고 그래도 안된다면 다시 한번 답변 주세요!

감사합니다!

류지영님의 프로필 이미지
류지영

작성한 질문수

질문하기