Flutter generic class casting “type 'List' is not a subtype of type 'List<Object>' in type cast”

前端 未结 0 1030
难免孤独
难免孤独 2021-01-17 01:21

I have generic api response model which is JsonSerializable. here is the class.

  @JsonSerializable()
class ApiResponseBaseModel {
  @JsonKey(fromJso         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题