[roll] Roll fuchsia [fidl] Support $cloneWith for FIDL Table Dart bindings

Adds `$cloneWith()` to Dart `$fidl.Table` declarations so a developer
can create a modified clone of a given Table.

Adds `OptionalNullable` class to sdk/dart/fidl to provide the mechanism
for distinguishing between providing a new value, providing null to
unset a value, or not changing a field.

Original-Fixed: 96610
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/664851
Original-Revision: abd73bbbca0d4405db7e24f2171104bcaf2deaa7
GitOrigin-RevId: 596a659ee9d3ea768266d34f805de0d06bf2ffca
Change-Id: Idd9a65273945cda6ed1a211ebff0e013b810bdae
1 file changed
tree: ee9d1f93e88bc8ce1114587a15b2080bff29dfef
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.