GroupDeletionReport constructor

GroupDeletionReport(
  1. String type,
  2. String id,
  3. String server
)

Implementation

GroupDeletionReport(
	this.type,
	this.id,
	this.server
	);