SharedPointerMapped<T>.fromAddress constructor

SharedPointerMapped<T>.fromAddress(
  1. int allocatedBytesLength,
  2. int bytesPerValue,
  3. SharedPointerMapWriter<T> writer,
  4. SharedPointerMapReader<T> reader,
  5. SharedPointerAddress address,
)

Implementation

SharedPointerMapped.fromAddress(int allocatedBytesLength, int bytesPerValue,
    this.writer, this.reader, SharedPointerAddress address)
    : super.fromAddress(allocatedBytesLength, bytesPerValue, true, address);