GroupCreated constructor

GroupCreated({
  1. String? id,
})

Returns a new GroupCreated instance.

Implementation

GroupCreated({
  this.id,
});