AccumulableInfo constructor

AccumulableInfo({
  1. String? accumullableInfoId,
  2. String? name,
  3. String? update,
  4. String? value,
})

Implementation

AccumulableInfo({
  this.accumullableInfoId,
  this.name,
  this.update,
  this.value,
});