You forget to add props override, try this: class BaseCustom extends Equatable { final int? status; ... BaseCustom({this.status, .
確定! 回上一頁