props property

  1. @Deprecated("Will be removed in v2.0.0, FFProbeStreamDispositionModel will not be a " "subclass of Equatable anymore.")
  2. @override
List<Object?> get props

The list of properties that will be used to determine whether two instances are equal.

Implementation

@Deprecated(
  "Will be removed in v2.0.0, FFProbeStreamDispositionModel will not be a "
  "subclass of Equatable anymore.",
)
@override
List<Object?> get props => [
      defaultValue,
      dub,
      original,
      comment,
      lyrics,
      karaoke,
      forced,
      hearingImpaired,
      visualImpaired,
      cleanEffects,
      attachedPic,
      timedThumbnails,
      captions,
      descriptions,
      metadata,
      dependent,
      stillImage,
    ];