AutoDeduct.custom constructor

AutoDeduct.custom({
  1. required Map<String, String> queryInfo,
  2. int businessType = 12,
})

Implementation

AutoDeduct.custom({required this.queryInfo, this.businessType = 12})
    : _detailData = {};