RequestGroupThreadEvent constructor

const RequestGroupThreadEvent({
  1. @required String? gid,
})

Implementation

const RequestGroupThreadEvent({@required this.gid}) : super();