Layout<T> class abstract

Implementers

Constructors

Layout(int span, {String? property})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
property String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span int
final

Methods

clone({String? newProperty}) Layout
decode(LayoutByteReader bytes, {int offset = 0}) LayoutDecodeResult<T>
deserialize(List<int> bytes, {int offset = 0}) LayoutDecodeResult<T>
encode(T source, LayoutByteWriter writer, {int offset = 0}) int
getSpan() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(T source) List<int>
serializeHex(T source, {String? prefix}) String
toString() String
A string representation of this object.
inherited

Operators

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