fromJSON in custom JsonConverter not fired in freezed class with multiple constructors

后端 未结 0 507
孤街浪徒
孤街浪徒 2020-12-20 23:23

I have this class

@freezed
abstract class CartEntity with _$CartEntity {
  const factory CartEntity.empty(String status, String message) = _Empty;

  const fa         


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