V2TimGroupAttributeChanged constructor

V2TimGroupAttributeChanged(
  1. {required String groupID,
  2. required Map<String, String> groupAttributeMap}
)

Implementation

V2TimGroupAttributeChanged({
  required this.groupID,
  required this.groupAttributeMap,
});