NativeUtf8String class

A UTF-8 encoded string in external memory.

Constructors

NativeUtf8String(Pointer<Uint8> buffer, int size, {Allocator? allocator})

Properties

allocator Allocator?
final
buffer Pointer<Uint8>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final

Methods

free() → void
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