TeletextDestinationSettings constructor

TeletextDestinationSettings({
  1. String? pageNumber,
  2. List<TeletextPageType>? pageTypes,
})

Implementation

TeletextDestinationSettings({
  this.pageNumber,
  this.pageTypes,
});