elements property - Uint8Array extension - dart:ffi library (original) (raw)

description

  1. @Since('3.8')

Uint8List getelements

A list view of the bytes of this array.

Has the same length and elements (as accessed using the index operator) as this array, and writes to either the list or this arrary are visible in both.

Implementation

@Since('3.8')
external Uint8List get elements;