RankResult constructor

const RankResult(
  1. int score,
  2. List<int> spans
)

Implementation

const RankResult(this.score, this.spans);