props property
- @Deprecated("Will be removed in v2.0.0, FFProbeVideoStreamModel will not be a " "subclass of Equatable anymore.")
- @override
override
The list of properties that will be used to determine whether two instances are equal.
Implementation
@Deprecated(
"Will be removed in v2.0.0, FFProbeVideoStreamModel will not be a "
"subclass of Equatable anymore.",
)
@override
List<Object?> get props => [
...super.props,
width,
height,
codedWidth,
codedHeight,
closedCaptions,
hasBFrames,
sampleAspectRatio,
displayAspectRatio,
pixFmt,
level,
colorRange,
colorSpace,
colorTransfer,
colorPrimaries,
chromaLocation,
refs,
isAvc,
nalLengthSize,
bitsPerRawSample,
];