copy method

  1. @override
SharedPointerUInt8List copy()
override

Creates a copy of this instance.

Implementation

@override
SharedPointerUInt8List copy() {
  return SharedPointerUInt8List.fromAddress(address);
}