ActiveTotalBean constructor

ActiveTotalBean({
  1. int totalAmount = 0,
  2. List<PropsInfoBean> propsInfo = const [],
})

Implementation

ActiveTotalBean({this.totalAmount = 0, this.propsInfo = const []});