ChannelCopyWith<$R, $In extends Channel, $Out> class
abstract
- Available extensions
Constructors
Properties
-
$asChannel
→ ChannelCopyWith<
$R, Channel, $Out> -
Available on ObjectCopyWith<
$R, Channel, $Out> , provided by the ChannelValueCopy extensionno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$chain<
$R2, $Out2> (Then< $Out2, $R2> t) → ChannelCopyWith<$R2, $In, $Out2> -
$delta(
Map< String, dynamic> delta) → $R -
inherited
-
$merge(
$In value) → $R -
inherited
-
$update(
$Out transform($In)) → $R -
inherited
-
call(
{String? channelId, String? name, String? description, String? location, String? channelType, String? transmitterId, String? favourite, String? online, String? video1, String? video1Head, String? video2, String? video2Head, String? audio, String? usb, String? usb1, String? serial, String? audio1, String? audio2, String? sensitive, String? viewButton, String? controlButton, String? exclusiveButton}) → $R -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited