mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Set byte_length to the total byte length of all array elements * The runtime stage flatbuffer will represent an unspecified array_elements value as the default value of zero. Convert that to an empty std::optional in the metadata. Fixes https://github.com/flutter/flutter/issues/180068