Dart
dart:typed_data
UnmodifiableByteBufferView
UnmodifiableByteBufferView constructor
UnmodifiableByteBufferView
description
UnmodifiableByteBufferView
constructor
Null safety
UnmodifiableByteBufferView
(
ByteBuffer
data
)
Implementation
UnmodifiableByteBufferView(ByteBuffer data) : _data = data;
Dart
dart:typed_data
UnmodifiableByteBufferView
UnmodifiableByteBufferView constructor
UnmodifiableByteBufferView class
Constructors
UnmodifiableByteBufferView
Properties
hashCode
lengthInBytes
runtimeType
Methods
asByteData
asFloat32List
asFloat32x4List
asFloat64List
asFloat64x2List
asInt16List
asInt32List
asInt32x4List
asInt64List
asInt8List
asUint16List
asUint32List
asUint64List
asUint8ClampedList
asUint8List
noSuchMethod
toString
Operators
operator ==