ExternalLayout class abstract
Represents an external layout.
- Inheritance
- Implementers
Constructors
- ExternalLayout(int span, {String? property})
Properties
Methods
-
clone(
{String? newProperty}) → Layout -
inherited
-
decode(
List< int> bytes, {int offset = 0}) → int -
inherited
-
encode(
int source, LayoutByteWriter writer, {int offset = 0}) → int -
inherited
-
getSpan(
List< int> ? bytes, {int offset = 0}) → int -
inherited
-
isCount(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
int soruce, {int? size, int offset = 0}) → List< int> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited