我现在使用 json_model 来生成 model 类,用这些 model 类来转换 json 数据。
我从后端获取的文章列表 json 使用 model 解析之后,文章数据就是 PostModel 类,component 的 state 是 PostState 类,effect dispatch 给 reducer 刷新数据的时候会报 Unhandled Exception: type 'PostModel' is not a subtype of type 'PostState' , 请问这个要怎么解决呢?
我现在使用 json_model 来生成 model 类,用这些 model 类来转换 json 数据。 我从后端获取的文章列表 json 使用 model 解析之后,文章数据就是 PostModel 类,component 的 state 是 PostState 类,effect dispatch 给 reducer 刷新数据的时候会报 Unhandled Exception: type 'PostModel' is not a subtype of type 'PostState' , 请问这个要怎么解决呢?