MarkTopThreadEvent constructor

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

Implementation

const MarkTopThreadEvent({@required this.tid}) : super();