menu
Dart
dart:typed_data
UnmodifiableByteDataView
UnmodifiableByteDataView factory constructor
UnmodifiableByteDataView
brightness_4
brightness_5
description
UnmodifiableByteDataView
constructor
UnmodifiableByteDataView
(
ByteData
data
)
Implementation
external factory UnmodifiableByteDataView(ByteData data);
Dart
dart:typed_data
UnmodifiableByteDataView
UnmodifiableByteDataView factory constructor
UnmodifiableByteDataView class
Constructors
UnmodifiableByteDataView
Properties
buffer
elementSizeInBytes
hashCode
lengthInBytes
offsetInBytes
runtimeType
Methods
getFloat32
getFloat64
getInt16
getInt32
getInt64
getInt8
getUint16
getUint32
getUint64
getUint8
noSuchMethod
setFloat32
setFloat64
setInt16
setInt32
setInt64
setInt8
setUint16
setUint32
setUint64
setUint8
toString
Operators
operator ==