props property
The list of properties that will be used to determine whether two instances are equal.
Implementation
@override
List<Object?> get props => [
className,
isCheckable,
isChecked,
isClickable,
isEnabled,
isFocusable,
isFocused,
isLongClickable,
isScrollable,
isSelected,
applicationPackage,
contentDescription,
contentDescriptionStartsWith,
contentDescriptionContains,
text,
textStartsWith,
textContains,
resourceName,
instance,
];