Dart
dart:typed_data
UnmodifiableByteDataView
lengthInBytes property
lengthInBytes
UnmodifiableByteDataView class
Constructors
UnmodifiableByteDataView
Properties
buffer
elementSizeInBytes
lengthInBytes
offsetInBytes
hashCode
runtimeType
Methods
getFloat32
getFloat64
getInt8
getInt16
getInt32
getInt64
getUint8
getUint16
getUint32
getUint64
setFloat32
setFloat64
setInt8
setInt16
setInt32
setInt64
setUint8
setUint16
setUint32
setUint64
noSuchMethod
toString
Operators
operator ==
lengthInBytes property
int
lengthInBytes
Returns the length of this view, in bytes.
Implementation
int get lengthInBytes => _data.lengthInBytes;