Name is not required (e.g., in a List)
| 2054 | }; |
| 2055 | /// Name is not required (e.g., in a List) |
| 2056 | const ::flatbuffers::String *name() const { |
| 2057 | return GetPointer<const ::flatbuffers::String *>(VT_NAME); |
| 2058 | } |
| 2059 | /// Whether or not this field can contain nulls. Should be true in general. |
| 2060 | bool nullable() const { |
| 2061 | return GetField<uint8_t>(VT_NULLABLE, 0) != 0; |