menu
flutter_angle package
documentation
native-array/native_array_web.dart
NativeUint16Array
clone method
clone method
dark_mode
light_mode
clone
method
@
override
NativeUint16Array
clone
(
)
override
Implementation
@override
NativeUint16Array clone() {
return
NativeUint16Array.fromList(_list); }
flutter_angle package
documentation
native-array/native_array_web
NativeUint16Array
clone method
NativeUint16Array class
Constructors
new
fromList
Properties
buffer
byteLength
BYTES_PER_ELEMENT
bytesLength
data
disposed
hashCode
len
length
lengthInBytes
oneByteSize
runtimeType
Methods
clone
copy
dispose
noSuchMethod
set
sublist
toDartList
toJson
toList
toString
Operators
operator ==
operator []
operator []=