TvOnAirParams constructor

TvOnAirParams({
  1. int page = 1,
})

Implementation

TvOnAirParams({
  this.page = 1,
});