V2TimGroupChangeInfo constructor

V2TimGroupChangeInfo(
  1. int? type,
  2. String? value,
  3. String? key
)

Implementation

V2TimGroupChangeInfo(
  this.type,
  this.value,
  this.key,
);