FastResponseAdRanking constructor
Creates a FastResponseAdRanking instance with the given value
and
factor
.
Implementation
const FastResponseAdRanking({
required this.value,
required this.factor,
});
Creates a FastResponseAdRanking instance with the given value
and
factor
.
const FastResponseAdRanking({
required this.value,
required this.factor,
});