Karaoke class

Information about a karaoke effect

Annotations
  • @JsonSerializable()

Constructors

Karaoke({required double? level, required double? monoLevel, required double? filterBand, required double? filterWidth})
Create a new Karaoke.
Karaoke.fromJson(Map<String, Object?> json)
factory

Properties

filterBand double?
The filter band used.
final
filterWidth double?
The filter width used.
final
hashCode int
The hash code for this object.
no setterinherited
level double?
The level of the effect.
final
monoLevel double?
The mono level of the effect.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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