V2TimGroupAttributeChanged constructor

V2TimGroupAttributeChanged(
  1. String? groupID,
  2. Map<String, String>? groupAttributeMap
)

Implementation

V2TimGroupAttributeChanged(
  this.groupID,
  this.groupAttributeMap,
);