props property
The list of properties that will be used to determine whether two instances are equal.
Implementation
@override
List<Object?> get props => [
appName,
appVersion,
appAuthor,
appIdentifier,
appTermsOfServiceUrl,
appPrivacyPolicyUrl,
appDisclaimerUrl,
supportEmail,
bugReportEmail,
facebookUrl,
homepageUrl,
instagramUrl,
shareAppUrl,
databaseVersion,
hasDisclaimer,
googlePlayIdentifier,
appStoreIdentifier,
productIdentifiers,
premiumProductIdentifier,
appBuildNumber,
askForReviewMinLaunches,
askForReviewMinDays,
remindForReviewMinLaunches,
remindForReviewMinDays,
promoUrl,
appLaunchCounter,
previousDatabaseVersion,
deviceLanguageCode,
deviceCountryCode,
supportedLocales,
appDisclaimerLastModified,
appPrivacyPolicyLastModified,
appTermsOfServiceLastModified,
osVersion,
twitterUrl,
];