props property
The list of properties that are used to determine whether two instances are equal.
props0
= metadata, props1
= items, props2
= sections
Implementation
@override
List<Object?> get props => [
// zip,
// _metadata.isInitialized ? _metadata.value : null,
// _items.isInitialized ? _items.value : null,
// _sections.isInitialized ? _sections.value : null,
_metadata,
_items,
_sections
];