face_sdk
utils
NativeDataStruct
size property
size
size
property
Null safety
int
size
Implementation
int get size { return !isValid ? -1 : bytes!.length; }
face_sdk
utils
NativeDataStruct
size property
NativeDataStruct class
Constructors
NativeDataStruct
withSize
Properties
bytes
hashCode
isValid
pointer
runtimeType
size
Methods
dispose
noSuchMethod
resize
toString
write
Operators
operator ==