SingleTypeKeyInfoSum constructor

SingleTypeKeyInfoSum({
  1. String? typeKey,
  2. int? counter,
  3. List<UserExInfo>? infoList,
  4. bool? isContainSelf,
})

Implementation

SingleTypeKeyInfoSum({
  this.typeKey,
  this.counter,
  this.infoList,
  this.isContainSelf,
});