...

Text file src/github.com/google/flatbuffers/tests/optional_scalars/OptionalByte.kt

Documentation: github.com/google/flatbuffers/tests/optional_scalars

     1// automatically generated by the FlatBuffers compiler, do not modify
     2
     3package optional_scalars
     4
     5@Suppress("unused")
     6class OptionalByte private constructor() {
     7    companion object {
     8        const val None: Byte = 0
     9        const val One: Byte = 1
    10        const val Two: Byte = 2
    11    }
    12}

View as plain text