RefreshHistoryThreadEvent constructor

const RefreshHistoryThreadEvent({
  1. @required int? page,
  2. @required int? size,
})

Implementation

const RefreshHistoryThreadEvent({@required this.page, @required this.size})
    : super();