props property

  1. @override
List<Object?> props

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

Implementation

@override
List<Object?> get props => [
      identifier,
      type,
      localizedTitle,
      localizedSubtitle,
      modified,
      published,
      languages,
      localizedSortAs,
      subjects,
      authors,
      translators,
      editors,
      artists,
      illustrators,
      letterers,
      pencilers,
      colorists,
      inkers,
      narrators,
      contributors,
      publishers,
      imprints,
      readingProgression,
      description,
      duration,
      numberOfPages,
      belongsTo,
      rendition,
      otherMetadata
    ];