...

Text file src/github.com/google/flatbuffers/dart/test/bool_structs.fbs

Documentation: github.com/google/flatbuffers/dart/test

     1// Test for #7355
     2table Foo {
     3  my_foo : foo_properties;
     4}
     5
     6struct foo_properties
     7{
     8    a : bool;
     9    b : bool;
    10}

View as plain text