props property Null safety
override
The list of properties that will be used to determine whether two instances are equal.
Implementation
@override
List<Object> get props {
final videoProps = super.props;
videoProps.addAll([
'clips: $clips',
'sources: $sources',
'refers: $refers',
'simulcasts: $simulcasts',
'mentions: $mentions',
'songs: $songs',
]);
return videoProps;
}