EstimationConfigBean constructor

EstimationConfigBean({
  1. String? type,
  2. EstimationConfigBeanField? field,
})

Implementation

EstimationConfigBean({this.type, this.field});