face_sdk
utils
NativeDataStruct
NativeDataStruct.withSize constructor
NativeDataStruct.withSize
NativeDataStruct.withSize
constructor
Null safety
NativeDataStruct.withSize
(
int
byteCount
)
Implementation
NativeDataStruct.withSize(int byteCount) { resize(byteCount); }
face_sdk
utils
NativeDataStruct
NativeDataStruct.withSize constructor
NativeDataStruct class
Constructors
NativeDataStruct
withSize
Properties
bytes
hashCode
isValid
pointer
runtimeType
size
Methods
dispose
noSuchMethod
resize
toString
write
Operators
operator ==