UpdateThreadEvent constructor

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

Implementation

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