ObjectBuilder class abstract

Class implemented by typed builders generated by flatc.

Constructors

ObjectBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

finish(Builder fbBuilder) int
Writes the data in this helper to the Builder.
getOrCreateOffset(Builder fbBuilder) int
Can be used to write the data represented by this builder to the Builder and reuse the offset created in multiple tables.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() Uint8List
Convenience method that will create a new Builder, finishes the data, and returns the buffer as a Uint8List of bytes.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited