FastResponseAdRanking constructor

const FastResponseAdRanking({
  1. required double value,
  2. required int factor,
})

Creates a FastResponseAdRanking instance with the given value and factor.

Implementation

const FastResponseAdRanking({
  required this.value,
  required this.factor,
});