Channel class

Mixed in types
Annotations
  • @MappableClass()

Constructors

Channel({required String channelId, required String? name, required String? description, required String? location, required String? channelType, required String? transmitterId, required String favourite, required String online, required String? video1, required String? video1Head, required String? video2, required String? video2Head, required String? audio, required String? usb, required String? usb1, required String? serial, required String? audio1, required String? audio2, required String sensitive, required String? viewButton, required String? sharedButton, required String? controlButton, required String? exclusiveButton})

Properties

audio String?
final
audio1 String?
final
audio2 String?
final
channelId String
final
channelType String?
final
controlButton String?
final
copyWith ChannelCopyWith<Channel, Channel, Channel>
no setterinherited
description String?
final
exclusiveButton String?
final
favourite String
final
hashCode int
The hash code for this object.
no setterinherited
location String?
final
name String?
final
online String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensitive String
final
serial String?
final
sharedButton String?
final
transmitterId String?
final
usb String?
final
usb1 String?
final
video1 String?
final
video1Head String?
final
video2 String?
final
video2Head String?
final
viewButton String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited