props property

  1. @override
List<Object?> get props

Overrides the props getter from the TDocument class.

Returns a list of the object's properties for comparison.

Implementation

@override

/// Overrides the `props` getter from the `TDocument` class.
///
/// Returns a list of the object's properties for comparison.
List<Object?> get props => [
      secondaryCurrencyCode,
      use24HourFormat,
      primaryCurrencyCode,
      languageCode,
      countryCode,
      saveEntry,
      theme,
    ];