TimelineToggleComments constructor

TimelineToggleComments({
  1. required int plurkId,
  2. required Comment noComment,
})

Implementation

TimelineToggleComments({
  required this.plurkId,
  required this.noComment,
});