EpicRankRequestBean constructor

EpicRankRequestBean({
  1. String? rankBeforeEpic,
  2. String? rankAfterEpic,
  3. int? rankCustomFieldId,
})

Implementation

EpicRankRequestBean(
    {this.rankBeforeEpic, this.rankAfterEpic, this.rankCustomFieldId});