DeleteThreadEvent constructor

const DeleteThreadEvent(
  1. {@required String? tid}
)

Implementation

const DeleteThreadEvent({@required this.tid})
    : assert(tid != null),
      super();