Uint8BufferAttribute constructor

Uint8BufferAttribute(
  1. dynamic array,
  2. dynamic itemSize, [
  3. bool normalized = false
])

Implementation

Uint8BufferAttribute(array, itemSize, [bool normalized = false])
    : super(Uint8List.fromList(array), itemSize, normalized);