mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 08:48:05 +00:00
Optional-ness in reflection (#6097)
* Optional scalars in reflection * fixed name collision * Remove code duplicated by merge Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
@@ -74,6 +74,7 @@ table Field {
|
||||
key:bool = false;
|
||||
attributes:[KeyValue];
|
||||
documentation:[string];
|
||||
optional:bool = false;
|
||||
}
|
||||
|
||||
table Object { // Used for both tables and structs.
|
||||
|
||||
Reference in New Issue
Block a user