[roll] Roll fuchsia [dart] Change operator== to accept Object

The base method[0] accepts Object, and using dynamic is apparently
hostile to mockito[1], which is used downstream.

[0] https://api.dart.dev/stable/2.12.0/dart-core/Object/operator_equals.html
[1] https://github.com/dart-lang/mockito/issues/354

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/712023
Original-Revision: f3e41a9b9494c5891dafd8e69fec42fca25d8295
GitOrigin-RevId: acae9fa8969af72989ea460001c49e3dcbfd4c8f
Change-Id: I512277d0ac353e88dfc00d5c8f903f938fa449f2
1 file changed
tree: 7810b6a813c21f4e6b2689d8148c97f829a98f45
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.