V2TimGroupChangeInfo constructor

V2TimGroupChangeInfo({
  1. required int? type,
  2. String? value,
  3. String? key,
  4. bool? boolValue,
  5. int? intValue,
})

Implementation

V2TimGroupChangeInfo({
  required this.type,
  this.value,
  this.key,
  this.boolValue,
  this.intValue,
});