Uint8ListFFI class final
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- length ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
str
↔ Pointer<
Int8> -
getter/setter pair
Methods
-
convertToString(
) → String -
convertToUint8List(
) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
create(
Uint8List data) → Pointer< Uint8ListFFI> -
Creates a struct view of bytes in
typedData
.override -
createWithInt8Pinter(
Pointer< Int8> str, int length) → Pointer<Uint8ListFFI> -
createWithString(
String data) → Pointer< Uint8ListFFI> -
free(
Pointer< Uint8ListFFI> pointer) → dynamic