copy method
Creates a copy of this instance.
Implementation
@override
SharedPointerUInt8List copy() {
return SharedPointerUInt8List.fromAddress(address);
}
Creates a copy of this instance.
@override
SharedPointerUInt8List copy() {
return SharedPointerUInt8List.fromAddress(address);
}