props property

  1. @override
List<Object?> props
override

The type's equatable properties.

Implementation

@override
List<Object?> get props => [
      userAgent,
      version,
      api,
      analytics,
      auth,
      notifications,
      storage,
    ];